summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2013-07-25 01:25:55 -0400
committerDonald Stufft <donald@stufft.io>2013-07-25 01:25:55 -0400
commit15bb8d9b618a8f21349a55cf56e94876ee657f5c (patch)
tree83320d59ed32e6f4b50c2b11c497f13ba0d30048
parent620a7666ea1cb1b26403e363e4fc9cf609f7b859 (diff)
downloaddecorator-15bb8d9b618a8f21349a55cf56e94876ee657f5c.tar.gz
document how to restart PyPI
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index af859c3..626aa5d 100644
--- a/README
+++ b/README
@@ -71,3 +71,14 @@ trivialities, the setup commands are:
createdb -O testpypi testpypi
psql -U testpypi testpypi <pkgbase_schema.sql
+
+
+Restarting PyPI
+---------------
+
+PyPI has 2 different pieces that need started, web server and the task runner.
+
+ # Restart the web server
+ $ /etc/init.d/pypi restart
+ # Restart the task runner
+ $ initctl restart pypi-worker