Skip to content

Instantly share code, notes, and snippets.

@linuxbiekaisar
Last active August 25, 2022 00:17
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save linuxbiekaisar/0ac1e5fed3be4142f66acac420e672ed to your computer and use it in GitHub Desktop.
Save linuxbiekaisar/0ac1e5fed3be4142f66acac420e672ed to your computer and use it in GitHub Desktop.
How to install HospitalRun On Ubuntu 20.04 LTS.
# Youtube: https://www.youtube.com/watch?v=bTJcuGcNWMA
# !/bin/sh
# To install HospitalRun on localhost run the following commands:
# Clone repository:
git clone https://github.com/HospitalRun/hospitalrun.github.io.git
# Thereafter, enter into the downloaded folder
cd hospitalrun.github.io.git
# Run Bundler
bundle install
# If problem persist then run the following command and run the bundler again:
sudo apt-get install openssl ruby-openssl libssl-dev
# NOw run this command
bundle exec jekyll serve
# Fire up the server:
bundle exec jekyll serve
# View the site at localhost:4000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment