You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. configure the files in `deployment/` according to their respective `README.md` files
35
+
1. Point your web server's document root to `webroot` in this repo
36
36
37
37
The scope of this project ends at being responsible for the LDAP user database. We recommend production deployments to set up scripts which detect changes in LDAP and then perform further actions. For example, a script can be used to create Slurm scheduler accounting roles based on the LDAP information created by this website.
38
38
@@ -46,7 +46,7 @@ The update process is similar to the installation process:
46
46
47
47
1. Clone the release and follow installation instructions 1 and 2 from above.
48
48
2. Copy the following folders from the old installation to the new one:
49
-
1.`config`
49
+
1.`deployment`
50
50
2.`webroot/assets/footer_logos`
51
51
52
52
We recommend a deployment where each version of the portal is its own clone, then just change a symlink to point to the new version. This way a rollback is much easier.
0 commit comments