Installing the Debian Packages: Difference between revisions
From IHRIS Wiki
No edit summary |
|||
Line 3: | Line 3: | ||
==Adding sources== | ==Adding sources== | ||
Before we begin we need to make sure that we have the most recent version of APC available (not the one that comes with Meerkat or Lucid). We also want to add in our iHRIS packages. This can be done by: | Before we begin we need to make sure that we have the most recent version of APC available (not the one that comes with Meerkat or Lucid). We also want to add in our iHRIS packages. This can be done by: | ||
<source lang=' | <source lang='bash'> | ||
echo "deb http://ppa.launchpad.net/chris-lea/php-pecl-extras/ubuntu $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/pecl-extras.list | echo "deb http://ppa.launchpad.net/chris-lea/php-pecl-extras/ubuntu $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/pecl-extras.list | ||
echo "deb http://open.intrahealth.org/ihris-packages / " | sudo tee /etc/apt/sources.list.d/ihris.list | echo "deb http://open.intrahealth.org/ihris-packages / " | sudo tee /etc/apt/sources.list.d/ihris.list |
Revision as of 13:44, 21 December 2010
EXPERIMENTAL Directions for debian installation. Tested on meerkat.
Adding sources
Before we begin we need to make sure that we have the most recent version of APC available (not the one that comes with Meerkat or Lucid). We also want to add in our iHRIS packages. This can be done by: <source lang='bash'>
echo "deb http://ppa.launchpad.net/chris-lea/php-pecl-extras/ubuntu $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/pecl-extras.list echo "deb http://open.intrahealth.org/ihris-packages / " | sudo tee /etc/apt/sources.list.d/ihris.list sudo apt-get update
</source>
Installing Sites
The are four possible sites you can install:
- sudo apt-get install ihris+ihris-manage-site
- sudo apt-get install ihris+ihris-manage-site-demo
- sudo apt-get install ihris+ihris-qualify-site
- sudo apt-get install ihris+ihris-qualify-site-demo
When you install a site, it will at first give an error about the mysql root/administative password not being set.
- Please select to <Retry>
- Use dbconfig-common tools to configure the debian package
- Enter the mysql administrator password (this is probably the same password of the account you logged into the computer with)
- For the "app" password make sure it is 'manage'