aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/siteadmin/deploying.rst
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2014-10-09 19:28:30 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2014-10-10 14:42:17 -0500
commitf0e137ab2e0ecca3dc19b361992e1ce8313cc6cd (patch)
tree3ff8b5f1d4c2ac360ea119b62d944f1fffe3d792 /docs/source/siteadmin/deploying.rst
parentae8d42f59cc28dd378e2951cd14577d6a5c4214b (diff)
downloadmediagoblin-f0e137ab2e0ecca3dc19b361992e1ce8313cc6cd.tar.lz
mediagoblin-f0e137ab2e0ecca3dc19b361992e1ce8313cc6cd.tar.xz
mediagoblin-f0e137ab2e0ecca3dc19b361992e1ce8313cc6cd.zip
Update docs: it's now ./bootstrap.sh, also, you need to get a copy of mediagoblin.ini
Diffstat (limited to 'docs/source/siteadmin/deploying.rst')
-rw-r--r--docs/source/siteadmin/deploying.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/source/siteadmin/deploying.rst b/docs/source/siteadmin/deploying.rst
index ad68c897..d049f8fb 100644
--- a/docs/source/siteadmin/deploying.rst
+++ b/docs/source/siteadmin/deploying.rst
@@ -207,13 +207,17 @@ And set up the in-package virtualenv::
We presently have an **experimental** make-style deployment system. if
you'd like to try it, instead of the above command, you can run::
- ./experimental-bootstrap.sh && ./configure && make
+ ./bootstrap.sh && ./configure && make
This also includes a number of nice features, such as keeping your
viratualenv up to date by simply running `make update`.
Note: this is liable to break. Use this method with caution.
+You then need to make a local copy of mediagoblin.ini, if you don't have one::
+
+ cp --no-clobber mediagoblin.example.ini mediagoblin.ini
+
The above provides an in-package install of ``virtualenv``. While this
is counter to the conventional ``virtualenv`` configuration, it is
more reliable and considerably easier to configure and illustrate. If