[snowy] Update for accuracy, include info about DOMAIN_NAME setting.
- From: Sanford Armstrong <sharm src gnome org>
- To: svn-commits-list gnome org
- Subject: [snowy] Update for accuracy, include info about DOMAIN_NAME setting.
- Date: Mon, 29 Jun 2009 15:34:14 +0000 (UTC)
commit fc0c8b29c203289453d26d67e05e380a9f63d137
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date: Sat Jun 27 10:34:37 2009 -0700
Update for accuracy, include info about DOMAIN_NAME setting.
INSTALL | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/INSTALL b/INSTALL
index 4199406..2a93fe7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -9,6 +9,8 @@ Running Snowy From Your Git Checkout
2. Set up your local settings file (in your snowy git checkout):
cp local_settings.py.in local_settings.py
+ (Make sure to set DOMAIN_NAME appropriately in this file. It should come
+ from http://DOMAIN_NAME/myusername/notes , and defaults to 'localhost:8000'.)
3. Setup snowy database (in your snowy git checkout):
python manage.py syncdb
@@ -17,10 +19,10 @@ Running Snowy From Your Git Checkout
python manage.py runserver
5. Admin your snowy:
- http://127.0.0.1:8000/admin (you can add notes here for now)
+ http://localhost:8000/admin
6. Play with snowy:
- http://127.0.0.1:8000/notes/1 (for example)
+ http://localhost:8000/myusername/notes (for example)
Installing/Deploying Snowy
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]