From 6922ab749775a94539447d81667e4f095b472661 Mon Sep 17 00:00:00 2001 From: edieblu Date: Tue, 2 Oct 2018 11:27:40 +0100 Subject: [PATCH] updated readme formatting --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8f2850..06e1acd 100644 --- a/README.md +++ b/README.md @@ -50,28 +50,38 @@ Or follow a video tutorial [here](https://www.youtube.com/watch?v=2wi7b3cW-xg). Make sure to follow the folder structure as outlined in the Bahmni Wiki above: Create a folder bahmni where you would like all project related files to be present. + **`cd /Projects`** + **`mkdir bahmni`** Clone the following projects from Github inside the newly created folder bahmni + **`cd bahmni`** + **`git clone https://github.com/Bahmni/bahmni-vagrant.git`** ### 2. Link the project source folder with the Bahmni installation Build the app using **`yarn build`** -Link the project build to Bahmni `/var/www/bahmniapps/`, for example: +Link the project build to Bahmni `/var/www/bahmniapps/`, + +for example: + **`sudo ln -s /bahmni/person-management-app/build/ /var/www/bahmniapps/personregistration`** **Make sure to change the ownership of the link to Bahmni:** + **`sudo chown -h bahmni:bahmni /var/www/bahmniapps/personregistration`** ### 3. Default config and configuring the Bahmni installation Clone the repository Default config repository here: https://github.com/Bahmni/default-config -To create a symlink that will allow you to make changes in the Bahmni Vagrant installation go to`default-config/scripts` and run **`sh vagrant-link.sh`** +To create a symlink that will allow you to make changes in the Bahmni Vagrant installation go to`default-config/scripts` and + +run **`sh vagrant-link.sh`** To add the to the existing Bahmni dashboard, you'll have to create changes in: `default-config/offline/openmrs/apps/home/extension.json`