Getting Started

Prerequisites

  • PHP >= 8.0

  • Composer >= 2.0

  • Node.js / NPM and Bower installed

Create a new Nostromo based application

  • Open a command prompt

  • Run composer create-project nostromo/stub=dev-nostromo-8 <Projektverzeichnis> --repository-url=https://apiida.github.io/satis-packages

  • cd into the created directory

  • Add write permissions for folder "src" and “var” for user IUSR (if running on IIS)

  • Create a database

  • Create a virtual host / directory at the webserver pointing to “www”

  • Open URL http://localhost/<Projektverzeichnis>/install.php

  • Enter the connection data to the databse

  • That’s it!

  • Initial admin account is admin / masterkey​

Related pages