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

Install instructions #47

Open
edouardouvrard opened this issue Jun 9, 2016 · 2 comments
Open

Install instructions #47

edouardouvrard opened this issue Jun 9, 2016 · 2 comments

Comments

@edouardouvrard
Copy link

Can we have instructions for starting the projet in local and prod environment ?
I've tested with docker but i've multiple npm errors.

Thanks

@mghignet
Copy link
Member

Hi,

Thanks for your interest in the project !
Launching the app is kind of tricky right now because we have some configuration that only works in production.
You can check out this commit though : 23152a6

With this changes (do not forget to populate API keys with your data) you should be able to launch the project with the following command:

docker-compose -f docker-compose.yml -f docker-compose-local.yml -f docker-compose-envlocal.yml up -d

Do not forget tu run npm install in the huitparfait-api, huitparfait-auth and huitparfait-front folders before that.

The problem is that we cannot commit theses changes, it would fail on production.
I know this is not the best process but we had to launch features on time... ;-)

@iamvdo
Copy link

iamvdo commented Jun 13, 2016

I'm also trying to run it locally, but first time I'm using Docker.
Everything seems OK after docker-compose command, but what to do next ? No open ports on localhost...

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

3 participants