Last active
June 30, 2020 09:57
-
-
Save rakibulinux/4a0705eb29d3e94f45fb92c73770d810 to your computer and use it in GitHub Desktop.
How to install HospitalRun On Linux Operating System
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
https://github.com/HospitalRun/hospitalrun-server/fork | |
#Clone it to your local machine | |
git clone https://github.com/rakibulinux/hospitalrun-server.git | |
#Avigate to the cloned folder: | |
cd hospitalrun-server | |
#Install the dependencies: | |
npm install | |
or | |
yarn install | |
#Run npm run dev or yarn dev to build and watch for code changes: | |
npm run dev | |
or | |
yarn dev | |
#A development database will start on | |
http://localhost:5984 | |
#You can access its Admin interface on | |
http://localhost:5984/_utils, | |
username: dev and password: dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
not works