- 
      
 - 
        
Save UbuntuEvangelist/b0f1d8dd9d05ae927899b2c1276c386d to your computer and use it in GitHub Desktop.  
    How to install HospitalRun On Ubuntu 20.04 LTS.
  
        
  
    
      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
    
  
  
    
  | # 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