Skip to content

Lavatsaleo/ushauriILDashboard

 
 

Repository files navigation

Linux / Debian Installation

Navigate to the opt directory : cd /opt

Install git if it is not present : sudo apt-get install git

Install nodejs if it is not present : sudo apt-get install nodejs

Clone the repository : git clone https://github.com/mHealthKenya/UshauriILDashboard

cd into the newly created "UshauriILDashboard" folder

Run "npm install"

Open the .env file, update the username and password according to your mysql credentials, then save

run "sudo pm2 start npm -- start"

run "sudo pm2 startup systemd"

run "sudo pm2 save"

Windows Installation

Download the following codebase : https://github.com/mHealthKenya/UshauriILDashboard

Copy and Paste the UshauriDashboard folder in Program Files in the Local Disk C Drive.

cd into the newly created "UshauriILDashboard" folder

Open the command line and run : npm install

Open the .env file, update the username and password according to your mysql credentials, then save

run "pm2 start npm -- start"

run "pm2 startup"

run "pm2 save"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 51.9%
  • HTML 38.2%
  • CSS 7.5%
  • Less 2.1%
  • Pug 0.2%
  • PHP 0.1%