Skip to content

Instantly share code, notes, and snippets.

@rakibulinux
Last active June 30, 2020 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rakibulinux/4a0705eb29d3e94f45fb92c73770d810 to your computer and use it in GitHub Desktop.
Save rakibulinux/4a0705eb29d3e94f45fb92c73770d810 to your computer and use it in GitHub Desktop.
How to install HospitalRun On Linux Operating System
#!/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
@UbuntuEvangelist
Copy link

not works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment