Skip to content

Commit 563a0d9

Browse files
committed
update installation instructions
1 parent 13bcbe6 commit 563a0d9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,15 @@ See the Docker Compose environment (`tools/docker-dev/`) for an (unsafe for prod
4848
- `deployment/config/config.ini` should be owned by the apache user (`www-data` on Ubuntu), with mode `0600`
4949
- Submodules checked out (`git submodule update --checkout --init`)
5050
- Composer (`apt install composer` on Ubuntu)
51+
- NodeJS
5152
- Dependencies:
5253
- PHP extensions
5354
- curl, intl, ldap, mbstring, mysql, pdo, xml (`apt install php-curl php-intl php-ldap php-mbstring php-mysql php-pdo php-xml` on Ubuntu)
54-
- Libraries
55+
- PHP Libraries
5556
- `COMPOSER_ALLOW_SUPERUSER=1 composer --no-dev --no-scripts --no-plugins install`
57+
- JS Libraries
58+
- `npm install`
59+
- `npx copy-files-from-to`
5660
- `httpd` `DocumentRoot` set to `webroot/`
5761
- `httpd` Authentication
5862
- Any authentication will do as long as it defines `REMOTE_USER`, `givenName`, `sn`, and `mail`

0 commit comments

Comments
 (0)