Created
April 6, 2014 21:33
-
-
Save gmist/10011704 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
(my-gae-init)╭─@ssr.local ~/Develop/appengine/my-gae-init ‹master› | |
╰─ git pull lipis master:master | |
(my-gae-init)╭─@ssr.local ~/Develop/appengine/my-gae-init ‹master› | |
╰─ git log | |
(my-gae-init)╭─@ssr.local ~/Develop/appengine/my-gae-init ‹master› | |
╰─ rm -rf temp | |
(my-gae-init)╭─@ssr.local ~/Develop/appengine/my-gae-init ‹master› | |
╰─ rm -rf main/lib | |
(my-gae-init)╭─@ssr.local ~/Develop/appengine/my-gae-init ‹master› | |
╰─ rm main/lib.zip | |
(my-gae-init)╭─@ssr.local ~/Develop/appengine/my-gae-init ‹master› | |
╰─ deactivate | |
─@ssr.local ~/Develop/appengine/my-gae-init ‹master› | |
╰─ ./run.py -s | |
New python executable in temp/venv/bin/python | |
Installing setuptools, pip...done. | |
pip install -q -r requirements.txt | |
[01:26:43] -------CLEAN ---------------------------------------------- | |
[01:26:43] CLEAN FILES Removing files: *pyc, *pyo, *~ | |
[01:26:43] ZIP main/lib.zip | |
[01:26:44] LESS main/static/src/style/style.less | |
[01:26:44] COFFEE main/static/src/script/common/service.coffee | |
[01:26:44] COFFEE main/static/src/script/common/util.coffee | |
[01:26:45] COFFEE main/static/src/script/site/app.coffee | |
[01:26:45] COFFEE main/static/src/script/site/admin.coffee | |
[01:26:45] COFFEE main/static/src/script/site/profile.coffee | |
[01:26:45] COFFEE main/static/src/script/site/user.coffee | |
[01:26:45] --------DONE ---------------------------------------------- | |
INFO 2014-04-06 21:26:46,215 devappserver2.py:764] Skipping SDK update check. | |
WARNING 2014-04-06 21:26:46,220 api_server.py:374] Could not initialize images API; you are likely missing the Python "PIL" module. | |
WARNING 2014-04-06 21:26:46,222 simple_search_stub.py:1038] Could not read search indexes from temp/storage/search_indexes | |
INFO 2014-04-06 21:26:46,225 api_server.py:171] Starting API server at: http://localhost:50270 | |
INFO 2014-04-06 21:26:46,230 dispatcher.py:182] Starting module "default" running at: http://127.0.0.1:8080 | |
INFO 2014-04-06 21:26:46,236 admin_server.py:117] Starting admin server at: http://localhost:8081 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment