Skip to content
This repository has been archived by the owner on Mar 31, 2018. It is now read-only.

Installation

shihjay2 edited this page Sep 17, 2013 · 24 revisions

There are 2 ways you can install NOSH ChartingSystem.

Ubuntu PPA Method
Manual method

Ubuntu PPA

If you have Ubuntu installed (Ubuntu Desktop, not Ubuntu Server, is recommended for novice users), add this PPA to your repository in the following manner. If you’re using the most recent version of Ubuntu (or any version from Ubuntu 9.10 onwards), you can add a PPA to your system with a single line in your terminal.

Step 1: Open a terminal and enter: sudo add-apt-repository ppa:shihjay2/nosh-chartingsystem Your system will now fetch the PPA’s key. This enables your Ubuntu system to verify that the packages in the PPA have not been interfered with since they were built.

Step 2: Make sure you have Main, Universe, Restricted, and Multiverse repositories enabled under Software & Updates when you click on the Ubuntu logo (upper left hand corner).

Step 3: Now, as a one-off, you should tell your system to pull down the latest list of software from each archive it knows about, including the PPA you just added: sudo apt-get update

Step 4: Now you’re ready to start installing software from the PPA! sudo apt-get install nosh-cs

Learn more about Personal Package Archives here.

Now, go to

Manual method

Step1: Make sure you have all the prequisites installed and running on your system.

Step 2: Download the latest file from GitHub.

Step 3: Unzip the file to a directory of your choice. Read the README.linux file to determine if you meet all the prerequisites prior to installation.

Step 4: Go to the “nosh-cs” directory that was just created and type, sh install.sh

Now, go to