From ff693b9a763e7963e8759636809bdcb974f7cd01 Mon Sep 17 00:00:00 2001 From: Almira Krdzic Date: Mon, 30 Jul 2018 09:03:58 +0200 Subject: [PATCH] Readme changes --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9ec6b7f..4581484 100644 --- a/README.md +++ b/README.md @@ -53,21 +53,21 @@ Wiaas implementation based on wordpress [woocommerce](https://woocommerce.com/) 1) Environment variables - For handling environment variables during local development we use `dotenv` library which will load all variables from `local.env` file - if such file is present. These variables will then be accessible inside wordpress. + For handling environment variables during local development we use `dotenv` library which will load all variables from `local.env` file + if such file is present. These variables will then be accessible inside wordpress. cp environment.env local.env - Update `local.env` with your local environment variables. + Update `local.env` with your local environment variables. 2) Apache - Point your apache server to `new-wiaas/backend` by updating apache default host files to point to it. - (do not copy folder content to `/var/www/html`, since then dotenv will not be able to load `local.env` file since it is placed one folder above.) + Point your apache server to `new-wiaas/backend` by updating apache default host files to point to it. + (do not copy folder content to `/var/www/html`, since then dotenv will not be able to load `local.env` file since it is placed one folder above.) 3) Wordpress - Run setup commands to install wordpress and required plugins with composer: + Run setup commands to install wordpress and required plugins with composer: cd backend composer install