Created
March 20, 2013 04:27
-
-
Save groovecoder/5202308 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(localwiki)lcrouch-14912:localwiki lcrouch$ git pull | |
remote: Counting objects: 17, done. | |
remote: Compressing objects: 100% (4/4), done. | |
remote: Total 10 (delta 7), reused 9 (delta 6) | |
Unpacking objects: 100% (10/10), done. | |
From github.com:localwiki/localwiki | |
8588f2f..e792602 master -> origin/master | |
Updating 8588f2f..e792602 | |
Fast-forward | |
INSTALL | 2 +- | |
sapling/utils/management/commands/init_db.py | 6 ++++-- | |
2 files changed, 5 insertions(+), 3 deletions(-) | |
(reverse-i-search)`install': pip install --no-install --build=vendor/packages --src=vendor/src -I simplejson | |
(localwiki)lcrouch-14912:localwiki lcrouch$ localwiki-manage setup_all | |
Directory /Users/lcrouch/python/localwiki/bin/../share/localwiki/media already exists! Skipping.. | |
Directory /Users/lcrouch/python/localwiki/bin/../share/localwiki/README already exists! Skipping.. | |
Directory /Users/lcrouch/python/localwiki/bin/../share/localwiki/static already exists! Skipping.. | |
Directory /Users/lcrouch/python/localwiki/bin/../share/localwiki/templates already exists! Skipping.. | |
Directory /Users/lcrouch/python/localwiki/bin/../share/localwiki/themes already exists! Skipping.. | |
Directory /Users/lcrouch/python/localwiki/bin/../share/localwiki/VERSION already exists! Skipping.. | |
Created data directory in /Users/lcrouch/python/localwiki/bin/../share/localwiki | |
Which version of PostGIS are you running?: | |
1) PostGIS 1.5 | |
2) PostGIS 1.4 | |
3) PostGIS 1.3 | |
Enter "1", "2" or "3". | |
1 | |
psql: FATAL: role "postgres" does not exist | |
Default DB username 'localwiki' already taken. Enter new DB username: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment