diff --git a/README.md b/README.md index 5acca94..e376334 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,22 @@ # 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 password : Test987!