Update docs: it's now ./bootstrap.sh, also, you need to get a copy of mediagoblin.ini

This commit is contained in:
Christopher Allan Webber 2014-10-09 19:28:30 -05:00
parent ae8d42f59c
commit f0e137ab2e

View File

@ -207,13 +207,17 @@ And set up the in-package virtualenv::
We presently have an **experimental** make-style deployment system. if We presently have an **experimental** make-style deployment system. if
you'd like to try it, instead of the above command, you can run:: 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 This also includes a number of nice features, such as keeping your
viratualenv up to date by simply running `make update`. viratualenv up to date by simply running `make update`.
Note: this is liable to break. Use this method with caution. 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 The above provides an in-package install of ``virtualenv``. While this
is counter to the conventional ``virtualenv`` configuration, it is is counter to the conventional ``virtualenv`` configuration, it is
more reliable and considerably easier to configure and illustrate. If more reliable and considerably easier to configure and illustrate. If