Bihar Installation Instructions

From IHRIS Wiki
Revision as of 05:49, 20 April 2012 by Litlfred (talk | contribs) (Created page with "This page contains installation instructions on installing iHRIS Manage Customizations for Bihar == Getting Ready == Here are instructions for installing the iHRIS Suite on an L...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page contains installation instructions on installing iHRIS Manage Customizations for Bihar

Getting Ready

Here are instructions for installing the iHRIS Suite on an Linux (Ubuntu) system. If you need help installing Ubuntu you may want to take a look at these directions for installing a Server or a Desktop system.

Note: Unless specifically mentioned, all the commands below are run using a terminal. You can start this in Ubuntu by going to Applications -> Accessories -> Terminal. Any time a command begins with sudo it will prompt for your password because this will be run with administrative privileges. When you run sudo multiple times, only the first time will ask for your password.

Note: Some installation commands will prompt for inputs in the terminal window, usually with a blue background. The mouse doesn't work to click on options here. You can use Tab to move between options and the space bar to check or uncheck selections.

Note: Some commands will launch the gedit file editor. Look at the documentation if you need additional help.

We begin by install a Lamp server (You can find more help here): <source lang="bash"> sudo tasksel install lamp-server </source> If you have never used mysql on your system, you will be asked to set the 'root' password for mysql. We will refer to this password as XXXXX below.