From 8607dffbc26d402a35d52116d89a2be2367ec3ba Mon Sep 17 00:00:00 2001 From: GotPPay Date: Wed, 20 Jun 2018 12:22:52 +0200 Subject: [PATCH] update readme --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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!