Skip to content
Sterly Deracy edited this page Apr 29, 2023 · 2 revisions

Welcome to Halo's Wiki! The goal of the wiki is not to explain the intricacies of Django or Bootstrap, but to explain the setup process for new developers working on the site.

Currently, we have a page explaining how to deploy to a development build and another page explaining how to deploy to a production build.

To run Halo locally on your server, you need to have Python 3.9 installed.

Once you download python, you will need to install PIP, python's package manager.

Clone this wiki locally