Home / Docs

Installation using Shell

You can also run the Horilla application using a shell script.

Windows

For Windows: Click Here To Download

horilla_install_windows.bat

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.

chmod +x horilla_install_ubuntu.sh #for Ubuntu
OR
chmod +x horilla_install_macOS.sh #for macOS
./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

Note: