composer create-projectapiopenstudio_admin:1.0.0-alpha
git clone git@gitlab.com:apiopenstudio/apiopenstudio_admin.git
or
git clone git@github.com:naala89/apiopenstudio_admin.git
cp example.settings.yml settings.yml
Update the settings in .env
.
See settings
cd /path/to/apiopenstudio
chown -R www-data:<my_group> ./*
composer install
gulp
php.ini
(if using non-apache server,
see Hardening your HTTP response headers):
expose_php = Off
httpd.conf
ServerSignature Off
ServerTokens Prod