Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

quiqua/tac.quiqua.eu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

6.th Berlin TAC Tournament Website

29.th August in Berlin

Installation

create a virtual python env

$ pip install virtualenv
$ cd some/directory
$ virtualenv venv/tac

get the code and install it into the venv

$ cd some/directory
$ git clone https://github.com/quiqua/tac-tournament-website.git
$ source venv/tac/bin/activate
$ pip install -e tacsite/.

Starting the server locally

With an activated virtualenv:

$ cd some/directory/tacsite
$ python app.py

You may edit the config.py file and add a Mail Account for sending mails with this application.

The server is now available at localhost.