docs: Update relnotes to remove "node_modules".
This commit is contained in:
parent
3d8cc5dfe1
commit
7465326f23
@ -49,11 +49,13 @@ our dependency `flup` does not support Python 3.
|
|||||||
|
|
||||||
0. Update to the latest release. In your ``mediagoblin`` directory, run:
|
0. Update to the latest release. In your ``mediagoblin`` directory, run:
|
||||||
``git fetch && git checkout -q v0.10.0``
|
``git fetch && git checkout -q v0.10.0``
|
||||||
1. Upgrade MediaGoblin:
|
1. Remove your existing installation:
|
||||||
|
``rm -rf bin include lib lib64 node_modules``
|
||||||
|
2. Upgrade MediaGoblin:
|
||||||
``./bootstrap.sh && ./configure && make``
|
``./bootstrap.sh && ./configure && make``
|
||||||
2. Update the database:
|
3. Update the database:
|
||||||
``./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate``
|
``./bin/gmg dbupdate``
|
||||||
3. Restart MediaGoblin
|
4. Restart MediaGoblin
|
||||||
|
|
||||||
**Upgrade (upgrading to Python 3):**
|
**Upgrade (upgrading to Python 3):**
|
||||||
|
|
||||||
@ -62,7 +64,7 @@ our dependency `flup` does not support Python 3.
|
|||||||
1. Update to the latest release. In your ``mediagoblin`` directory, run:
|
1. Update to the latest release. In your ``mediagoblin`` directory, run:
|
||||||
``git fetch && git checkout -q v0.10.0``
|
``git fetch && git checkout -q v0.10.0``
|
||||||
2. Remove your existing installation:
|
2. Remove your existing installation:
|
||||||
``rm -rf bin include lib lib64``
|
``rm -rf bin include lib lib64 node_modules``
|
||||||
3. Upgrade MediaGoblin:
|
3. Upgrade MediaGoblin:
|
||||||
``./bootstrap.sh && ./configure && make``
|
``./bootstrap.sh && ./configure && make``
|
||||||
4. Update the database:
|
4. Update the database:
|
||||||
@ -73,9 +75,13 @@ our dependency `flup` does not support Python 3.
|
|||||||
|
|
||||||
0. Update to the latest release. In your ``mediagoblin`` directory, run:
|
0. Update to the latest release. In your ``mediagoblin`` directory, run:
|
||||||
``git fetch && git checkout -q v0.10.0``
|
``git fetch && git checkout -q v0.10.0``
|
||||||
1. Update the database:
|
1. Remove your existing installation:
|
||||||
``./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate``
|
``rm -rf bin include lib lib64 node_modules``
|
||||||
2. Restart MediaGoblin
|
2. Upgrade MediaGoblin:
|
||||||
|
``./bootstrap.sh && ./configure --without-python3 && make``
|
||||||
|
3. Update the database:
|
||||||
|
``./bin/gmg dbupdate``
|
||||||
|
4. Restart MediaGoblin
|
||||||
|
|
||||||
For detailed instructions on installing MediaGoblin, see ":doc:`deploying`". If
|
For detailed instructions on installing MediaGoblin, see ":doc:`deploying`". If
|
||||||
you have any problems, please drop in to the `#mediagoblin IRC chat
|
you have any problems, please drop in to the `#mediagoblin IRC chat
|
||||||
|
Loading…
x
Reference in New Issue
Block a user