Files
Igor Lins e Silva 480b45714c add docs
2020-04-08 13:41:03 -03:00

1.1 KiB

Installation Script

!!! tip The usage of this installation script is highly recommended for fresh installs. If already have dependencies installed, is indicated to update then manually before running the script.

We provide an automated shell script that first install all dependencies and then configure Hyperion. All you need to do is to run it:

./install_infra.sh

The script will ask you for some information:

Enter rabbitmq user [hyperion]:

Enter the desired rabbitmq user and hit enter. If you leave it in blank, the default user hyperion will be set.

Then, the same for rabbitmq password:

Enter rabbitmq password [123456]:

And finally, it will ask if you want to create npm global folder:

Do you want to create a directory for npm global installations [Y/n] :

This is recommended. If you choose n, npm packages will be installed as root.

Now, the script will do the work, this can take a while. Get a cup of coffee and relax. =)

!!! info The install script may ask you for the admin password. This is needed to install the dependencies, please, provide it.