Skip to content

Commit ea7411e

Browse files
authored
Update README.md
1 parent e9284aa commit ea7411e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ See the Docker Compose environment (`tools/docker-dev/`) for an (unsafe for prod
3535
* Structure should be similar to `tools/docker-dev/sql/bootstrap.sql` <!-- TODO separate structure from data -->
3636
1. SMTP server
3737
1. Web server
38-
* `unity-web` user and group should exist
39-
* This repository cloned, with files owned by `unity-web:unity-web`
38+
* This repository cloned
39+
* `deployment/config/config.ini` should be owned by the apache user (`www-data` on Ubuntu), with mode `0600`
4040
* Submodules checked out (`git submodule update --checkout --init`)
4141
* Composer (`apt install composer` on Ubuntu)
4242
* Dependencies:
4343
* PHP extensions
4444
* cli, curl, intl, ldap, mbstring, mysql, pdo, redis, xml (`apt install php-<extension>` on Ubuntu)
4545
* Libraries
46-
* `composer update`
46+
* `COMPOSER_ALLOW_SUPERUSER=1 composer --no-dev --no-scripts --no-plugins install`
4747
* `httpd` should run as the `unity-web` user/group
4848
* `httpd` `DocumentRoot` set to `webroot/`
4949
* `httpd` Authentication

0 commit comments

Comments
 (0)