Skip to content

Instantly share code, notes, and snippets.

@UbuntuEvangelist
Forked from linuxbiekaisar/HospitalRun.sh
Created June 30, 2020 15:46
Show Gist options
  • Save UbuntuEvangelist/b0f1d8dd9d05ae927899b2c1276c386d to your computer and use it in GitHub Desktop.
Save UbuntuEvangelist/b0f1d8dd9d05ae927899b2c1276c386d 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