Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Latest commit

 

History

History
40 lines (34 loc) · 1.74 KB

README.md

File metadata and controls

40 lines (34 loc) · 1.74 KB

CollaboDev Build Status MIT Licence PRs Welcome Python Version Django Version Donate

An open source collaboration webapp built on Django.


Installation

GIF

Get setup in under 50 seconds by following this awesome GIF (outdated, see below):

Setup GIF

Text Alternative

  • Clone this repository using
git clone https://github.com/dob9601/CollaboDev.git
  • Alternatively, if you don't wish to use Git, download the repository here
  • Open up a console to the project directory and run the following commands in order to create a superuser and run the server on 127.0.0.1:8000.
python manage.py collectstatic
python manage.py migrate
python manage.py runserver
  • If you wish to access the CollaboDev web app from other computers within the same network, run the command (server will be hosted on local machine's ip address):
python manage.py runserver 0.0.0.0:80 

Valid CSS!