Nothing Special   »   [go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please mention in your documentation about installing Mongo PHP Drivers. #103

Open
jsrosas opened this issue Apr 11, 2017 · 7 comments
Open

Comments

@jsrosas
Copy link
jsrosas commented Apr 11, 2017

I dont think puppet handles the installation of the MongoPHP Drivers and the vagrant box does not either.

@abhijit-gaonkar
Copy link

Add this line to the Vagrantfile
config.vm.provision "shell", inline: "sudo apt-get install php-mongodb"

@AndrewDryga
Copy link
Member

I think we will prepare different installation option - providing a fully ready Docker container that can be configured via environment variables.

@majanpaul
Copy link

@AndrewDryga are you thinking of a docker compose that will spin up gandalf.web and gandalf.api and have them work together ... or just a single Dockerfile for gandalf.api ... and a separate one for gandalf.web?

@AndrewDryga
Copy link
Member

We will start from separate containers, and maybe we will add a Docker Compose example later.

@koirala
Copy link
koirala commented Jun 28, 2017

I tried running all API, WEB, and Mongo container in the same network using docker compose file I created . Can't seem to get working. Web and API containers run fine but can't seem to make each other talk. Any part I am missing?

@jsrosas
Copy link
Author
jsrosas commented Aug 2, 2017

There is a configuration file that you need to copy and specify the URL for the angular app to connect the the Gandalf API. If I am correct it should be this file

@abrahaj
Copy link
abrahaj commented Dec 14, 2017

@jsrosas I saw in a print-screen that you had a running example? Did you get it running through the dockers? Care to do provide a simple how-to for that?
Same as @koirala, I have API and Web independent installed, but cannot get them communicate (I used npm install for the web and also have the api running under Apache as laravel app).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants