composer create-project apiopenstudio/apiopenstudio:1.0.0-alpha
git clone git@gitlab.com:apiopenstudio/apiopenstudio.git
or
git clone git@github.com:naala89/apiopenstudio.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
./includes/scripts/install.php
php.ini
(if using non-apache server,
see Hardening your HTTP response headers):
expose_php = Off
httpd.conf
ServerSignature Off
ServerTokens Prod