From 2910f7cc3c594bc60d6a02c4b1c296ca90289e72 Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Tue, 25 Jul 2017 23:37:06 +1000 Subject: Add README. Basic instructions kindly provided by leio. --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..091eb72 --- /dev/null +++ b/README @@ -0,0 +1,11 @@ +Getting started +=============== +1. git clone git+ssh://git@git.gentoo.org/proj/grumpy.git +2. cd grumpy +3. virtualenv --python=python3 venv +4. . venv/bin/activate +5. pip install -r requirements.txt +6. ./manage.py init +7. ./manage.py sync_gentoo +8. ./manage.py sync_versions +9. ./manage.py runserver -- cgit v1.2.3-18-g5258