Changes between Version 10 and Version 11 of gsocguidelines
- Timestamp:
- 06/18/10 07:31:59 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
gsocguidelines
v10 v11 21 21 ln -s web2py/applications/eden web2py/applications/init 22 22 }}} 23 24 === New (WSGI) === 25 26 An Apache virtual server has been created which points your sites at /home/<username>/web2py/applications/eden 27 28 If you need to restart Apache (in order to see changes to a Module - either in Web2Py or Eden) then you have sudo rights to do this: 29 {{{ 30 sudo /etc/init.d/apache2 force-reload 31 }}} 32 33 === Old (Proxy) === 23 34 24 35 After logging in you will need to spawn web2py according to the ports assigned to you: