Installation using Shell
You can also run the Horilla application using a shell script.
Windows
For Windows: Click Here To Download
- 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.
If everything runs correctly, the server will be started automatically and you can access the Horilla app by going to http://localhost:8000/
You can also run the server, by going to the Horilla directory and running the command:
python manage.py runserver
Ubuntu & macOS
For Ubuntu: Click Here To Download
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
If everything runs correctly, the server will be started automatically and you can access the Horilla app by going to http://localhost:8000/
You can also run the server, by going to the Horilla directory and running the command:
python manage.py runserver