[extensions-web/django/upgrade-1.8: 2/7] Updated readme



commit 97b50ee731934bfde49f02e2a87fc1503c0bc9c6
Author: Yuri Konotopov <ykonotopov gmail com>
Date:   Sun Oct 23 00:32:31 2016 +0300

    Updated readme

 README.rst |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/README.rst b/README.rst
index 5f66919..8e30d78 100644
--- a/README.rst
+++ b/README.rst
@@ -18,13 +18,15 @@ Getting Started
 
 You can get started developing the website with::
 
-  $ git clone git://github.com/magcius/sweettooth.git
-  $ cd sweettooth
-  $ virtualenv_ --system-site-packages ./venv
+  $ git clone https://git.gnome.org/browse/extensions-web
+  $ cd extensions-web/sweettooth
+  $ change "Debug" variable value to "True" in settings.py
+  $ virtualenv --system-site-packages ./venv
   $ . ./venv/bin/activate
-  $ pip_ install -r requirements.txt
-  $ # ... Database setup...
-  $ python sweettooth/manage.py `runserver_plus`_
+  $ pip install -r ../requirements.txt
+  $ python sweettooth/manage.py syncdb
+  $ python sweettooth/manage.py migrate
+  $ python sweettooth/manage.py runserver
 
 I use `--system-site-packages` because we require Xapian, which doesn't have
 its Python bindings in PyPI.
@@ -32,7 +34,6 @@ its Python bindings in PyPI.
 Create a superuser, and log in. You should be able to upload extensions and
 review extensions.
 
-.. _runserver_plus: http://packages.python.org/django-extensions/
 .. _virtualenv: http://www.virtualenv.org/
 .. _pip: http://www.pip-installer.org/
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]