78 lines
1.8 KiB
Markdown
78 lines
1.8 KiB
Markdown
# TiBillet-Ticket
|
|
|
|
Vente de billet et gestion évènementielle.
|
|
|
|
## Installation pour dev' :
|
|
|
|
```shell
|
|
cd Docker/Development
|
|
cp env_example .env
|
|
|
|
# populate .env file with your variables.
|
|
|
|
cd Docker/Development
|
|
docker-compose --build up -d
|
|
|
|
# une fois buildé et lancé, on rentre dans le conteneur :
|
|
docker exec -ti tibillet_django bash
|
|
|
|
# --> dans le conteneur :
|
|
# on crée la DB :
|
|
python manage.py migrate
|
|
|
|
# on crée le premier tenant "demo" :
|
|
python manage.py create_demo_tenant
|
|
|
|
# On lance le serveur web de dev avec un alias ( cf bashrc dans root )
|
|
# python /DjangoFiles/manage.py runserver_plus 0.0.0.0:8002
|
|
rsp
|
|
```
|
|
|
|
Test with www.$DOMAIN and demo.$DOMAIN
|
|
Don't forget to change your /etc/host if you are in localhost :)
|
|
|
|
Enjoy !
|
|
|
|
# Crédits :
|
|
|
|
## Développement :
|
|
|
|
Jonas TURBEAUX & Nicolas DIJOUX
|
|
pour Peaks2Prod & 3Peaks Production.
|
|
|
|
Free for personal and commercial use under the AGPL-3.0 licence.
|
|
|
|
## Graphisme :
|
|
|
|
Massively by HTML5 UP
|
|
html5up.net | @ajlkn
|
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
|
|
|
|
This is Massively, a text-heavy, article-oriented design built around a huge background
|
|
image (with a new parallax implementation I'm testing) and scroll effects (powered by
|
|
Scrollex). A *slight* departure from all the one-pagers I've been doing lately, but one
|
|
that fulfills a few user requests and makes use of some new techniques I've been wanting
|
|
to try out. Enjoy it :)
|
|
|
|
Demo images* courtesy of Unsplash, a radtastic collection of CC0 (public domain) images
|
|
you can use for pretty much whatever.
|
|
|
|
(* = not included)
|
|
|
|
AJ
|
|
aj@lkn.io | @ajlkn
|
|
|
|
|
|
Credits:
|
|
|
|
Demo Images:
|
|
Unsplash (unsplash.com)
|
|
|
|
Icons:
|
|
Font Awesome (fontawesome.io)
|
|
|
|
Other:
|
|
jQuery (jquery.com)
|
|
Scrollex (github.com/ajlkn/jquery.scrollex)
|
|
Responsive Tools (github.com/ajlkn/responsive-tools) |