Try to get NEOS CMS running on local.
-
Install composer
curl -sS https://getcomposer.org/installer | php
-
Using composer command
php composer.phar <command>
-
Install composer package
composer install
-
Run the docker-compose
docker-compose up -d
-
Run the server
./flow server:run
-
Open the setup page on http://localhost:8081
-
This is the database credentials
username: postgres password: postgres host: 127.0.0.1