Skip to content

Commit

Permalink
updated readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
edieblu authored Oct 2, 2018
1 parent 0952c74 commit 6922ab7
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 6922ab7

Please sign in to comment.