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