Skip to content

Commit d54559b

Browse files
Update README.md
Better description of the update process itself
1 parent acba9ab commit d54559b

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,12 @@ The processed Element Web files are available in the `processed/` directory. Dep
3434
1. backup your config.json file
3535
2. Clone this repository to your hosting / server
3636
3. create a symlink to the /processed folder to serve the application
37-
4. whenever there's a new release, run git pull on your hosting / server
38-
5. copy your config.json file back into the processed folder
37+
4. copy your config.json file back into the processed folder
38+
39+
## Production update process
40+
41+
1. backup your config.json `cp ./processed/config.json ./config.json`
42+
2. update the contents `git pull && cp config.json ./processed/config.json`
3943

4044
## How the search / replace script works
4145

0 commit comments

Comments
 (0)