django_installation_on_dreamhost
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
django_installation_on_dreamhost [2010/11/28 15:01] – jtkorb | django_installation_on_dreamhost [2010/11/29 11:06] (current) – jtkorb | ||
---|---|---|---|
Line 17: | Line 17: | ||
- MySQL username (jtkorb) and password | - MySQL username (jtkorb) and password | ||
- Create a superuser (admin, but deleted later for just jtkorb) | - Create a superuser (admin, but deleted later for just jtkorb) | ||
+ | - Found problem with Oracle configuration using " | ||
- Verify installation | - Verify installation | ||
Line 45: | Line 46: | ||
+----------------------------+ | +----------------------------+ | ||
11 rows in set (0.05 sec) | 11 rows in set (0.05 sec) | ||
- | |||
- | ====== Old Notes from Charvel ====== | ||
- | |||
- | Installation instructions from... | ||
- | |||
- | http:// | ||
- | |||
- | Pretty much followed exactly, eventually, after getting a false start on the | ||
- | exceptions in the Dreamhost help pages (flup is not needed). | ||
- | interface, too, per instructions at Jeff Croft site. | ||
- | |||
- | Source code from... | ||
- | |||
- | http:// | ||
- | |||
- | Currently (6/21/07) using development version. | ||
- | |||
- | % cd django_src | ||
- | % svn update | ||
- | |||
- | Did (7/14/07) the tutorial starting at... | ||
- | |||
- | http:// | ||
- | |||
- | 11/21/07: Updated with svn (per 6/21/07 instructions). | ||
- | updates! | ||
- | |||
- | % cd django_src | ||
- | % svn update | ||
- | % python setup.py install (may not be necessary and gives an error) | ||
- | % pkill python (this *is* necessary) | ||
- | |||
- | 12/15/07: Updated with svn to revision 6920. Shortened instructions... | ||
- | | ||
- | % cd django_src | ||
- | % svn update | ||
- | % pkill python | ||
- | |||
- | 1/1/08: Updated with svn to revision 6980 (per above). | ||
- | |||
- | Created ~/ | ||
- | ~/ | ||
- | |||
- | 1/1/08: To do... | ||
- | |||
- | Confirm that / | ||
- | |||
- | Install pyfacebook, something like... | ||
- | % svn checkout http:// | ||
- | % python setup.py install | ||
django_installation_on_dreamhost.1290985269.txt.gz · Last modified: 2010/11/28 15:01 by jtkorb