Linux (Ubuntu) Installation - 4.1.8: Difference between revisions

From IHRIS Wiki
No edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Esta página contiene instrucciones para instalar la version 4.1.8 de iHRIS manualmente.
This page contains installation instructions on installing iHRIS version 4.1.8 manually.
{{otherversions|Linux (Ubuntu) Installation}}
{{otherversions|Linux (Ubuntu) Installation}}


<center>'''Necesita ayuda?'''  Try our [[Project Communication]]</center>
<center>'''Need help?'''  Try our [[Project Communication]]</center>


Usted podría necesitar las instrucciones para instalar [[Installing the Debian Packages |debian packages]] con un proceso de instalación más simple.
You may wish to see instructions on how to install [[Installing the Debian Packages |debian packages]] for a simpler installation process.


== Software de Soporte ==
== Supporting Software ==


Primero debe instalar Ubuntu y todos los software de soporte requeridos por iHRIS siguiendo las instrucciones en [[Linux (Ubuntu) Installation - Supporting Software]].
First you should install Ubuntu and all the supporting software required by iHRIS by following the [[Linux (Ubuntu) Installation - Supporting Software]] instructions.


'''Nota:''' ¿Necesita instalar en un filesystemext4vea [http://ubuntuforums.org/showthread.php?t=1313834 this]
'''Note:''' Installing on ext4 filesystemsee [http://ubuntuforums.org/showthread.php?t=1313834 this]


'''Nota:'''  A menos que se mencione específicamente, todos los comandos abajo descritos se corren utilizando una terminal. Puede iniciarlo en Ubuntu al ir a Aplicaciones -> Accesorios -> Terminal.  Cuando un commando empieza con '''sudo''' le pedirá su contraseña porque este se ejecutará con privilegios de administrador. Cuando se ejecute sudo varias veces, solamente le pedirá la contraseña la primera vez.
'''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.


'''Nota:'''  Algunos comandos de instalación le pedirán que introduzca información en la ventana de la terminal, usualmente con un fondo Azul. El ratón no se utiliza para dar click a las opciones aquí. Puede utilizar la tecla Tab para moverse entre las opciones u la barra espaciadora para seleccionar o deseleccionar.
'''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.


'''Nota:'''  Algunos commandos ejecutaràn el editor de archivos '''gedit''' . Revise los documentos de [https://help.ubuntu.com/community/gedit documentation] si necesita ayuda adicional.
'''Note:'''  Some commands will launch the '''gedit''' file editor. Look at the [https://help.ubuntu.com/community/gedit documentation] if you need additional help.


== Descargar la Suite iHRIS completa ==
== Downloading the Full iHRIS Suite ==
Antes de proceder con la instalación de iHRIS Manage o iHRIS Qualify, debemos descargar la version mas recieente de la Suite iHRIS completa. Para descargar el software debe utilizer estos comandos:
Before proceeding with iHRIS Manage or iHRIS Qualify installation, we will want to download the most recent version of the full iHRIS Suite. To download the software you enter these commands:
<source lang="bash">
<source lang="bash">
sudo mkdir -p /var/lib/iHRIS/lib/4.1.8
sudo mkdir -p /var/lib/iHRIS/lib/4.1.8
Line 28: Line 28:
</source>
</source>


== Instalar el Software ==
== Installing the Software ==


Follow the [[iHRIS Manage Installation - 4.1.8|iHRIS Manage Installation]] instructions for iHRIS Manage.
Follow the [[iHRIS Manage Installation - 4.1.8|iHRIS Manage Installation]] instructions for iHRIS Manage.
Line 35: Line 35:


Follow the [[IHRIS Plan Installation - 1.0.4|iHRIS Plan Installation]] instructions for iHRIS Plan.  (You do not need to download the full iHRIS Suite above)
Follow the [[IHRIS Plan Installation - 1.0.4|iHRIS Plan Installation]] instructions for iHRIS Plan.  (You do not need to download the full iHRIS Suite above)
[[Category:Developer Resources]]

Latest revision as of 22:05, 20 August 2019

This page contains installation instructions on installing iHRIS version 4.1.8 manually.


Need help? Try our Project Communication

You may wish to see instructions on how to install debian packages for a simpler installation process.

Supporting Software

First you should install Ubuntu and all the supporting software required by iHRIS by following the Linux (Ubuntu) Installation - Supporting Software instructions.

Note: Installing on ext4 filesystem? see this

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.

Downloading the Full iHRIS Suite

Before proceeding with iHRIS Manage or iHRIS Qualify installation, we will want to download the most recent version of the full iHRIS Suite. To download the software you enter these commands: <source lang="bash"> sudo mkdir -p /var/lib/iHRIS/lib/4.1.8 sudo ln -s /var/lib/iHRIS/lib/4.1.8 /var/lib/iHRIS/lib/4.1 cd /var/lib/iHRIS/lib/4.1.8 sudo wget http://launchpad.net/i2ce/4.1/4.1.8/+download/ihris-suite-4.1.8.tar.bz2 sudo tar -xjf ihris-suite-4.1.8.tar.bz2 </source>

Installing the Software

Follow the iHRIS Manage Installation instructions for iHRIS Manage.

Follow the iHRIS Qualify Installation instructions for iHRIS Qualify.

Follow the iHRIS Plan Installation instructions for iHRIS Plan. (You do not need to download the full iHRIS Suite above)