$ composer create-project apiopenstudio/apiopenstudio_admin
$ git clone git@gitlab.com:apiopenstudio/apiopenstudio_admin.git
or
$ git clone git@github.com:naala89/apiopenstudio_admin.git
$ cd apiopenstudio_admin
$ cp example.settings.yml settings.yml
Update the settings in .env. See settings
package.json file will need node:13 to install the npm dependencies.$ cd /path/to/apiopenstudio_admin
$ chown -R www-data:<my_group> ./*
$ composer install
$ npm install
$ gulp
php.ini (if using non-apache server, see Hardening your HTTP response headers):
expose_php = Offhttpd.conf
ServerSignature OffServerTokens Prod