Installation and Upgrades: Difference between revisions

From ARIS
Jump to navigation Jump to search
No edit summary
David (talk | contribs)
No edit summary
Line 1: Line 1:
'''UNDER CONSTRUCTION'''
'''UNDER CONSTRUCTION'''
This is a step-by-step guide on how install and run the ARIS application. It contains information about its requirements, installation and upgrades.
==Requirements==
To execute the new GLI app you will need to install before, few things on your system that will allow you to run the program without any error, installing these dependencies should take less than 5 minutes.
In the following list you will found the dependencies you need to run it:
· Python 3.7 (The program runs with other python versions, but its correct working is not guaranteed)
· Node.js (Latest version preferred)
===Installing Python===
You will find the proper python installer on its official page which can be accessed from the following link: https://www.python.org/downloads/release/python-379/
Once you are on the page in the Files section,  as the following image shows, you will have to install the executable installer for your operating system by clicking on the version name, in this case Windows.
[[File:PyWeb.png|none|800px|thumb|Installation option from Python web: https://www.python.org/downloads/release/python-379/]]
Open the installer that you have downloaded to continue with the python installation.It will open a new window where some options need to be selected for the correct installation.
You will have to select the Install launcher for all users option and the Add Python 3.7 to PATH option. Once you selected it, continue with the installation by clicking on Install Now.
[[File:PyInstaller1.png|none|800px|thumb| Selected options of the first python installer window]]
''Note: If you can`t select the Install launcher for all users option that means that you had installed a python launcher before only for the current user. You will need to remove the Python launcher on the Add/Remove Programs menu of Windows.''
Before finishing the installation you have to select the Disable path length limit option. Then you will have successfully completed the python installation.
[[File:PyInstaller2.png|none|800px|thumb| Path length option of python installer]]
If you want to check that python was successfully installed, open a cmd terminal and write the following commands:
''python --version''
''pip --version''
If everything went well, these commands will show their versions.
===Installing Node.js===
You will find the proper Node.js installer on its official page which can be accessed from the following link: https://nodejs.org/es/
Now that you are on the official page, you have to download the windows installer by clicking on the LTS version, as it can be seen in the following image.
[[File:Node1.png|none|800px|thumb| Installation option from Node.js web: https://nodejs.org/es/]]

Revision as of 15:11, 25 January 2023

UNDER CONSTRUCTION This is a step-by-step guide on how install and run the ARIS application. It contains information about its requirements, installation and upgrades.

Requirements[edit]

To execute the new GLI app you will need to install before, few things on your system that will allow you to run the program without any error, installing these dependencies should take less than 5 minutes. In the following list you will found the dependencies you need to run it:

· Python 3.7 (The program runs with other python versions, but its correct working is not guaranteed)
· Node.js (Latest version preferred)

Installing Python[edit]

You will find the proper python installer on its official page which can be accessed from the following link: https://www.python.org/downloads/release/python-379/

Once you are on the page in the Files section, as the following image shows, you will have to install the executable installer for your operating system by clicking on the version name, in this case Windows.

File:PyWeb.png
Installation option from Python web: https://www.python.org/downloads/release/python-379/


Open the installer that you have downloaded to continue with the python installation.It will open a new window where some options need to be selected for the correct installation. You will have to select the Install launcher for all users option and the Add Python 3.7 to PATH option. Once you selected it, continue with the installation by clicking on Install Now.

File:PyInstaller1.png
Selected options of the first python installer window

Note: If you can`t select the Install launcher for all users option that means that you had installed a python launcher before only for the current user. You will need to remove the Python launcher on the Add/Remove Programs menu of Windows.


Before finishing the installation you have to select the Disable path length limit option. Then you will have successfully completed the python installation.

File:PyInstaller2.png
Path length option of python installer

If you want to check that python was successfully installed, open a cmd terminal and write the following commands:

python --version

pip --version

If everything went well, these commands will show their versions.

Installing Node.js[edit]

You will find the proper Node.js installer on its official page which can be accessed from the following link: https://nodejs.org/es/

Now that you are on the official page, you have to download the windows installer by clicking on the LTS version, as it can be seen in the following image.

File:Node1.png
Installation option from Node.js web: https://nodejs.org/es/