Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 611 Bytes

File metadata and controls

51 lines (38 loc) · 611 Bytes

Linkwall

Commands

  1. git clone https://github.com/Tonaeus/linkwall.git
  2. cd linkwall
  3. python3 -m venv venv
  4. source venv/bin/activate
  5. pip3 install -r requirements.txt
  6. vim .env
  7. python3 manage.py makemigrations
  8. python3 manage.py migrate
  9. python3 manage.py createsuperuser
  10. python3 manage.py runserver
  11. deactivate
  12. cd ..