Skip to content

Instantly share code, notes, and snippets.

@kngvamxx
Last active April 1, 2022 14:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kngvamxx/d2022fcc82c8072fec312b5c316d0b06 to your computer and use it in GitHub Desktop.
Save kngvamxx/d2022fcc82c8072fec312b5c316d0b06 to your computer and use it in GitHub Desktop.
how to install hospitalrun(wr)
sudo -i
git@github.com:HospitalRun/hospitalrun-server.git ###<clone this
#enter the directory you've clone hospitalrun
git checkout master
git checkout
git init
git add .
git commit -m "test"
git push
git pull
mv .env.example .env
npm install
npm audit fix
nano .env
npm run dev
npm start
http://localhost:5000
contact me:
#facebook:https://www.facebook.com/nehalxxx
#Linkedin:https://www.linkedin.com/in/kngvamxx/
#Email:kngvmaxx@gmail.com
@kngvamxx
Copy link
Author

If you need hospitalrun install contact with me:
facebook:https://www.facebook.com/nehalxxx
Linkedin:https://www.linkedin.com/in/kngvamxx/
Email:kngvmaxx@gmail.com
WhatsApp:+8801533115458

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