This module assists in installing the jrush to your machine. It also facilitates updating with a latest version. Let us see how this modules assists in installing a jrush.
The help command guides the users regarding the purpose and as well as about the options that are included in the Jrush module. It lists out the alternative parameters of Jrush module. It also describes the syntax for installing the Jrush module. The help command for Jrush module is shown as below.
ptconfigure JRush help
The syntax for declaring the help command is not case sensitive which is an added advantage. The following screenshot visualize you about the help command under JRush.
kevell@corp:/# ptconfigure JRush help
******************************
This command allows you to install or Update JRush.
JRush, jrush, Jrush, jRush
- install
Installs the latest version of jRush
example: ptconfigure jRush install
------------------------------
End Help
******************************
The command used for installing the JRush to the users machine is shown below.
ptconfigure JRush install
After inputting the command above, the following operations occurs as shown in the tabular format.
| Parameters | Alternative Parameter | Options | Comments |
|---|---|---|---|
| Install JRush - Joomla Command Line ? (Y/N) | Instead of JRush we can use: jrush, Jrush, jRush. | Y(Yes) | If the user wish to proceed the installation process they can input as Y. |
| Install JRush - Joomla Command Line ? (Y/N) | Instead of JRush we can use: jrush, Jrush, jRush. | N(No) | If the user wish to quit the installation process they can input as N.| |
If the user proceeds the installation process the following operations occurs as shown in the tabular format.
| Parameters | Path | Option | Comments |
|---|---|---|---|
| Program data directory (Default) | “/opt/jrush (corresponding module) | Yes | If the user to proceed installation with the default program data directory they can input as Yes |
| Program data directory | User specific | No(End slash) | If the user wish to proceed with their own program data directory, they can input as N, and in hand specify their own location |
| Program executor directory (default) | “/usr/bin” | Yes | If the user to proceed installation with the default program executor directory they can input as Yes |
| Program executor directory | User specific | No(End slash) | If the user wish to proceed with their own program executor directory, they can input as N, and in hand specify they own location.| |
During the installation, the following process occurs:
Finally, The installation of Jrush is completed. The following screen shot depicts the process of installing the JRush to your machine:
kevell@corp:/# ptconfigure JRush install
Install JRush - Joomla Command Line ? (Y/N)
Y
*******************************
* Pharaoh Tools *
* JRush CLI !! *
*******************************
What is the program data directory? Found "/opt/jrush" - use this? (Enter nothing for yes, no end slash)
What is the program executor directory? Found "/usr/bin" - use this? (Enter nothing for yes, No Trailing Slash)
git clone 'https://github.com/PharaohTools/jrush.git' /tmp/jrush/jrushCloning into '/tmp/jrush/jrush'...
remote: Counting objects: 3452, done.
remote: Total 3452 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (3452/3452), 2.04 MiB | 50.00 KiB/s, done.
Resolving deltas: 100% (2097/2097), done.
Checking connectivity... done.
Program Data folder populated
Program Executor Deleted if existed
... All done!
*******************************
Thanks for installing , visit www.pharaohtools.com for more
******************************
Single App Installer:
--------------------------------------------
JRush: Success
------------------------------
Installer Finished
******************************