Skip to content

kulkultech/neos-getting-started

Repository files navigation

neos-getting-started

Contact me on Codementor Made in Indonesia

Try to get NEOS CMS running on local.

How to run

  • 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
    

Releases

No releases published

Packages

No packages published