diff options
-rw-r--r-- | README | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -54,8 +54,9 @@ APPROOT = the directory you checked out of Git =dev-python/cherrypy-3.0* dev-python/dbutils dev-python/formencode + >=sys-apps/pkgcore-0.4.7.13 -1) emerge cherrypy genshi dbutils formencode +1) emerge =dev-python/genshi-0.4* =dev-python/cherrypy-3.0* dbutils formencode sys-apps/pkgcore-0.4.7.13 2) emerge pysqlite || emerge mysql-python @@ -72,17 +73,19 @@ APPROOT = the directory you checked out of Git If you want a copy of the tree in a specific location, set it here. -5) Generate the initial database: +5) ln -s "$PORTDIR" etc/portdir + +6) Generate the initial database: cd $APPROOT && \ time /bin/sh ./run-update.sh -6) start CherryPy standalone: +7) start CherryPy standalone: cd $APPROOT && PYTHONPATH=. python web/controller.py this should give you something like "HTTP Serving HTTP on http://0.0.0.0:8081/" -7) now point a webbrowser at http://localhost:8081/ +8) now point a webbrowser at http://localhost:8081/ and you should see the packages.gentoo.org site PRIVILEGE SEPARATION |