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.

  1. Using the Ubuntu PPA (Personal Package Archive) method.
  2. 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

Manual method