- Deprecated Help Center
- iPaaS for Developers
- Installation
Setting up a new project
To set up a new project run the following command:
bash -c "$(curl -sL magement.dev/create-project)" -s <project-directory>
This will create a project in the `<project-directory>` and install all dependencies that Alumio needs.
The project is now set up and ready for development.
Accessing the project
After setting up the project by default the following services are available:
- Dashboard: http://localhost/
- Kibana: http://localhost:5601
- OpenAPI: http://localhost:3200/schema.json
- MySQL: localhost:3306
- Elasticsearch: http://localhost:9200
Credentials for the different services are available in `.env.dev` and can be overwritten with `.env.dev.local`.
To access the project, go to the dashboard and enter the port of OpenAPI (default: 3200) as the environment.