We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1fb6d commit 599d10aCopy full SHA for 599d10a
README.md
@@ -29,7 +29,8 @@ Unity Web Portal is a PHP application built in top of MariaDB and LDAP which act
29
6. `php-pdo`
30
2. Composer packages
31
1. `cd` to this repository
32
- 2. Install packages `composer update`
+ 1. Setup git submodules `git submodule update --init --checkout`
33
+ 1. Install packages `composer update`
34
3. Setup config file `config/config.ini` according to your site deployment
35
4. Setup branding file `config/branding/config.ini` according to your site deployment
36
5. Point your web server's document root to `webroot` in this repo
0 commit comments