This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
web2py_on_dreamhost [2018/04/22 14:53] jtkorb typo |
web2py_on_dreamhost [2019/05/10 07:09] (current) jtkorb [Installing Web2Py on DreamHost] |
||
---|---|---|---|
Line 12: | Line 12: | ||
$ cd ~ | $ cd ~ | ||
$ virtualenv python | $ virtualenv python | ||
+ | $ source python/bin/activate | ||
+ | $ pip install requests # needed by cams app and others | ||
* Clone sources from the Web2Py github site((You might prefer to go to github.com and create a fork of the Web2Py sources, then clone your fork. That's what all the cool kids do.)) into web-server directory (using web2py.bikmort.com as an example): | * Clone sources from the Web2Py github site((You might prefer to go to github.com and create a fork of the Web2Py sources, then clone your fork. That's what all the cool kids do.)) into web-server directory (using web2py.bikmort.com as an example): |