update readme
This commit is contained in:
18
README.md
18
README.md
@@ -1,6 +1,22 @@
|
|||||||
# Place for wiaas based on woo commerce
|
# Place for wiaas based on woo commerce
|
||||||
|
|
||||||
wordpress credentials :
|
|
||||||
|
#How to run
|
||||||
|
|
||||||
|
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 :
|
||||||
|
|
||||||
|
sudo docker-compose build
|
||||||
|
sudo docker-compose up
|
||||||
|
|
||||||
|
now, frontend is running on http://localhost:8080 and backend on http://localhost:8081
|
||||||
|
|
||||||
|
|
||||||
|
#Credentials
|
||||||
|
|
||||||
|
wordpress credentials : (wp-admin)
|
||||||
user : wpUser
|
user : wpUser
|
||||||
password : Test987!
|
password : Test987!
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user