update env setup
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1 +1,2 @@
|
|||||||
/log
|
/log
|
||||||
|
.env
|
||||||
@@ -3,10 +3,12 @@
|
|||||||
|
|
||||||
#How to run
|
#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)
|
(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 build
|
||||||
sudo docker-compose up
|
sudo docker-compose up
|
||||||
|
|||||||
Reference in New Issue
Block a user