From fbe18b3ef7cb7f41ca2d6b98e257d64766b11444 Mon Sep 17 00:00:00 2001 From: koeart Date: Fri, 2 Jan 2015 22:58:23 +0100 Subject: [PATCH] Readme ready for install --- Readme.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Readme.md b/Readme.md index 68cacf8..c95e5df 100644 --- a/Readme.md +++ b/Readme.md @@ -2,9 +2,25 @@ Yet Another Matemat =================== Mate calculation as a web app. +We are developing a python3 django app. Installation ------------ +On a Debian System install: +sudo aptitude install python3-django +Install suggested dependcies as well (sqlite). +then run: +python3 manage.py syncdb +python3 manage.py runserver + +You can reach the server now via + +http://127.0.0.1:8000/ + +If you don't know nothing about django yet, we strongly suggest you read the tutorial: +https://docs.djangoproject.com/en/1.7/intro/tutorial01/ + +We welcome if you send us how you made it run on your system!