Skip to content

This serves as the official repository for QSHS's official website

Notifications You must be signed in to change notification settings

iisalazar/Project-Arachnid

Repository files navigation

Project Arachnid

This serves as the official repository for QSHS's official website

Usage

Using docker

  1. Install docker (if you haven't yet)
  2. Build the image
     docker build -t arachnid:0.1 .
  3. After building, run the image
     docker run -d -p 8000:8000 arachnid:0.1
  4. Open your browser at 127.0.0.1:8000

Without docker

  1. clone repo
  2. install pip or pipenv
  3. cd to directory
  4. if you use pip, run
     pip install -r requirements.txt

4.5 if you use pipenv, run

 pipenv shell
 pipenv install
  1. cd to "Project-Arachnid"
  2. Run python manage.py runserver

About

This serves as the official repository for QSHS's official website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published