Skip to content

lukovdm/bf2-www

Repository files navigation

bf2-www

The new website for the BFrisBee2's. Written with django-cms.

Setup

First make sure you have python 3.10 installed and poetry

This tutorial is made for linux like systems, when using windows commands might be a bit different. But I think when installing the software correctly it should be not to different.

For more information on poetry look at the docs

This is a bit hasty but should give the mayor steps

  1. Clone the repo
  2. Open a terminal in the repo
  3. run poetry install to install all the python dependecies
  4. run poetry env activate to get the command to enter the virtual env
  5. go to the website folder
  6. run first start of the server according to django docs a. Run ./manage.py migrate to create the db and apply migrations b. Run ./manage.py createsuperuser to add a user to the server
  7. Run ./manage.py runserver to start the server
  8. Open the website in you browser and do the first setup
  9. Make sure to give yourself a memeber in the admin panel under users
  10. Setup you editor such that it works nice :)

Hope this helps a bit

About

The new website for the BF2s.

Topics

Resources

License

Stars

Watchers

Forks

Contributors