-
Notifications
You must be signed in to change notification settings - Fork 157
Installation using Shell
Horilla edited this page May 24, 2023
·
2 revisions
You can also run the Horilla application using shell script.
For Windows: Click Here To Download
For Ubuntu: Click Here To Download
If everything runs correctly, the server will be started automatically and you can access the Horilla app by going to http://localhost:8000/
- Download the install.bat file from the link.
- Open a command prompt window and navigate to the directory where the install.bat file is located.
- Run the install.bat file by typing install.bat and pressing Enter.
horilla_install_windows.bat
- The installation process will begin, and you may be prompted to enter information. Follow the prompts and enter the necessary information.
You can also run the server, by going to the Horilla directory and running the command:
python manage.py runserver
For macOS: Click Here To Download
After the file is downloaded, unzip the file and open the terminal from the current directory where the file is extracted and run the following commands.
- Add the necessary permission for the file to run.
chmod +x horilla_install_ubuntu.sh #for Ubuntu
OR
chmod +x horilla_install_macOS.sh #for macOS
- Run the install.sh file by typing ./install.sh and pressing Enter.
./horilla_install_ubuntu.sh #for Ubuntu
OR
./horilla_install_macOS.sh #for macOS
You can also run the server, by going to the Horilla directory and running the command:
python manage.py runserver