shihjay2 / nosh-in-a-box

NOSH in a Box is a self-contained virtual machine that deploys NOSH ChartingSystem, an EHR coded by a physician for physicians
26 stars 13 forks source link

NOSH-in-a-Box

Try Docker NOSH first

NOSH-in-a-Box will soon be depreciated and no longer supported. To use NOSH, it is now recommended to try Docker NOSH instead.

Installation

Go to the wiki for details.

Dependencies

  1. VirtualBox
  2. Vagrant
  3. An SSH client (to connect to NOSH-in-a-Box)

Important built-in scripts

  1. install-ssl - Script to register an SSL certificate for free through Let's Encrypt
  2. local-ip - Script to show the local IP address that NOSH-in-a-Box can be accessed to from within your local area network (if not deployed into the cloud). This number is important to use if you plan to configure your network router and assign port forwarding to this IP address (ports 22, 80, and 443 should be open)

How to call the scripts

With your terminal application, go to the directory where your Vagrantfile is located for NOSH-in-a-Box, activate the box (if needed), and SSH into it.

cd /home/Me/nosh
vagrant up
vagrant ssh

Just type in the above commands at any point in the command line

ubuntu@ubuntu_focal:~$ install-ssl

Security Vulnerabilities

If you discover a security vulnerability within NOSH-in-a-Box, please send an e-mail to Michael Chen at shihjay2 at gmail.com. All security vulnerabilities will be promptly addressed.

License

NOSH-in-a-Box is open-sourced software licensed under the GNU AGPLv3 license.