diff options
author | Erik Johnston <erik@matrix.org> | 2014-11-19 20:07:21 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-11-19 20:07:21 +0000 |
commit | bf7940d7ff4d38298904b1b747631500632133c0 (patch) | |
tree | f0bb9663422a43fe82bcb027078062a6588be83a /UPGRADE.rst | |
parent | Merge branch 'release-v0.5.0' of github.com:matrix-org/synapse (diff) | |
download | synapse-bf7940d7ff4d38298904b1b747631500632133c0.tar.xz |
Add note about rerunning setup.py develop
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r-- | UPGRADE.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst index 2229470c3f..8c70ae2765 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -1,6 +1,12 @@ Upgrading to v0.5.0 =================== +The webclient has been split out into a seperate repository/pacakage in this +release. Before you restart your homeserver you will need to pull in the +webclient package by running:: + + python setup.py develop --user + This release completely changes the database schema and so requires upgrading it before starting the new version of the homeserver. |