Update docs: it's now ./bootstrap.sh, also, you need to get a copy of mediagoblin.ini
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 10 Oct 2014 00:28:30 +0000 (19:28 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 10 Oct 2014 19:42:17 +0000 (14:42 -0500)
docs/source/siteadmin/deploying.rst

index ad68c8974c3af63f1df693b95f99553ac7b3f9a9..d049f8fb01448e131b3c34dbdb49f0768bee6617 100644 (file)
@@ -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