We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acba9ab commit d54559bCopy full SHA for d54559b
1 file changed
README.md
@@ -34,8 +34,12 @@ The processed Element Web files are available in the `processed/` directory. Dep
34
1. backup your config.json file
35
2. Clone this repository to your hosting / server
36
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
+4. copy your config.json file back into the processed folder
+
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`
43
44
## How the search / replace script works
45
0 commit comments