Nedim Uka 03963d6056 Merge branch 'reverse-proxy-https-to-http' into 'master'
Reverse proxy https to http

See merge request saburly/wiaas/new-wiaas!3
2018-07-19 12:36:59 +00:00
2018-06-14 16:49:28 +02:00
2018-06-20 12:49:07 +02:00
2018-06-20 12:49:07 +02:00
2018-07-09 10:45:48 +02:00

Place for wiaas based on woo commerce

#How to run

  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)

  3. 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!

wooCommerce API key : consumer key : ck_1ee57854e327639d33ca072073499d4adaf9d8f4 consumer secret : cs_e51bf71b6ce05fe9a0d17d3e4f249c2b6ec8cbd5

(use bacic Auth, consumer key is user name, consumer secret is password)

mysql : user : wp_admin password : wp_password database : wordpress

Description
new wiaas
Readme 21 MiB
Languages
PHP 47%
JavaScript 36.5%
HTML 10.8%
SCSS 3.6%
CSS 1.5%
Other 0.6%