update env setup

This commit is contained in:
GotPPay
2018-06-20 12:49:07 +02:00
parent 8607dffbc2
commit e9442e223e
3 changed files with 6 additions and 3 deletions

3
.gitignore vendored
View File

@@ -1 +1,2 @@
/log
/log
.env

View File

@@ -3,10 +3,12 @@
#How to run
edit .env file (it is sufficent to change API_URL to http://localhost:8081 if you are testing locally)
1) copy environment.env file and rename it to .env
2) edit .env file (it is sufficent to change API_URL to http://localhost:8081 if you are testing locally)
(on test server, this value is API_URL=http://next.wiaas.saburly.com/api)
execute in the root of the project :
3) execute in the root of the project :
sudo docker-compose build
sudo docker-compose up