diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-07-25 23:37:06 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-07-25 23:38:43 +1000 |
commit | 2910f7cc3c594bc60d6a02c4b1c296ca90289e72 (patch) | |
tree | 265b11ce444af23997a13740ab754849b0cd81cf | |
parent | revert previous commit (diff) | |
download | grumpy-2910f7cc3c594bc60d6a02c4b1c296ca90289e72.tar.gz grumpy-2910f7cc3c594bc60d6a02c4b1c296ca90289e72.tar.bz2 grumpy-2910f7cc3c594bc60d6a02c4b1c296ca90289e72.zip |
Add README.
Basic instructions kindly provided by leio.
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |