Installing the Debian Packages: Difference between revisions
From IHRIS Wiki
No edit summary |
|||
Line 1: | Line 1: | ||
== Before Installation == | == Before Installation == | ||
Line 22: | Line 21: | ||
===Ubunutu Jaunty=== | ===Ubunutu Jaunty=== | ||
First we need to add the repository information to our apt sources. To do this, run | |||
deb http:// | sudo gedit /etc/apt/sources.list.d/ihris.list | ||
and add the following: | |||
deb http://www.intrahealth.org/debian . main | |||
Now we can run: | |||
sudo apt-get update | |||
sudo apt-get install i2ce-ihris-manage-all | |||
[[Category:HowTo]] | [[Category:HowTo]] |
Revision as of 11:30, 21 July 2009
Before Installation
If you don't have the mysql-server package installed, you'll want to install it. This package uses the dbconfig-common package to take care of database setup.
After Installation
- Visit http://localhost/iHRIS/Manage
- You should have the bare-bones installation running. If you want to modify the apache setup, change /etc/apache2/conf.d/ihris-mananage.conf.
Super Simple
Ubuntu Interpid
First we need to add the repository information to our apt sources. To do this, run
sudo gedit /etc/apt/sources.list.d/ihris.list
and add the following:
deb http://www.intrahealth.org/debian . main deb http://ppa.launchpad.net/intrahealth+informatics/ppa/ubuntu intrepid main
Now we can run:
sudo apt-get update sudo apt-get install i2ce-ihris-manage-all
Ubunutu Jaunty
First we need to add the repository information to our apt sources. To do this, run
sudo gedit /etc/apt/sources.list.d/ihris.list
and add the following:
deb http://www.intrahealth.org/debian . main
Now we can run:
sudo apt-get update sudo apt-get install i2ce-ihris-manage-all