aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-07-25 23:37:06 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-07-25 23:38:43 +1000
commit2910f7cc3c594bc60d6a02c4b1c296ca90289e72 (patch)
tree265b11ce444af23997a13740ab754849b0cd81cf
parentrevert previous commit (diff)
downloadgrumpy-2910f7cc3c594bc60d6a02c4b1c296ca90289e72.tar.gz
grumpy-2910f7cc3c594bc60d6a02c4b1c296ca90289e72.tar.bz2
grumpy-2910f7cc3c594bc60d6a02c4b1c296ca90289e72.zip
Add README.
Basic instructions kindly provided by leio.
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
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