diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-11-30 08:55:39 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-11-30 08:55:39 +0000 |
commit | 7999dccd3af7043fe3180252383f175cda57aa39 (patch) | |
tree | afee35d30e16b0e9b64cfd86c66298cd25535c99 | |
parent | Remove explicit copy of pkgcore. (diff) | |
download | packages-3-7999dccd3af7043fe3180252383f175cda57aa39.tar.gz packages-3-7999dccd3af7043fe3180252383f175cda57aa39.tar.bz2 packages-3-7999dccd3af7043fe3180252383f175cda57aa39.zip |
Update install.
-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 |