Installing the Debian Packages: Difference between revisions
From IHRIS Wiki
No edit summary |
|||
Line 1: | Line 1: | ||
== Before Installation == | == Before Installation == | ||
If you don't have the <tt>mysql-server</tt> package installed, you'll want to install it. | If you don't have the <tt>mysql-server</tt> package installed, you'll want to install it. This package uses the <tt>[http://people.debian.org/~seanius/policy/examples/dbconfig-common/doc/dbconfig-common-design.html dbconfig-common]</tt> package to take care of database setup. | ||
== After Installation == | == After Installation == | ||
Line 14: | Line 11: | ||
== Super Simple == | == Super Simple == | ||
===Ubuntu Interpid=== | |||
* Add <tt>http://www.intrahealth.org/debian/</tt> to your <tt>/etc/apt/sources.list</tt> file. Use a line like the following: | |||
deb http://www.intrahealth.org/debian . main | |||
* Run “<tt>sudo apt-get install i2ce-ihris-manage-all</tt>”. | |||
===Ubunutu Jaunty=== | |||
* Add <tt>http://www.intrahealth.org/debian/</tt> to your <tt>/etc/apt/sources.list</tt> file. Use a line like the following: | * Add <tt>http://www.intrahealth.org/debian/</tt> to your <tt>/etc/apt/sources.list</tt> file. Use a line like the following: | ||
deb http://open.intrahealth.org/debian . main | |||
deb http:// | * Run “<tt>sudo apt-get install i2ce-ihris-manage-all</tt>”. | ||
* Run “<tt> | |||
[[Category:HowTo]] | [[Category:HowTo]] |
Revision as of 11:25, 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
- Add http://www.intrahealth.org/debian/ to your /etc/apt/sources.list file. Use a line like the following:
deb http://www.intrahealth.org/debian . main
- Run “sudo apt-get install i2ce-ihris-manage-all”.
Ubunutu Jaunty
- Add http://www.intrahealth.org/debian/ to your /etc/apt/sources.list file. Use a line like the following:
deb http://open.intrahealth.org/debian . main
- Run “sudo apt-get install i2ce-ihris-manage-all”.