Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sroehrl/smabi


https://github.com/sroehrl/smabi

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# SMABIware docker container

- PHP8.1
- mariaDB
- neoan3-cli

## Installation
1. Fork this repository
2. clone your fork
3. compose:

### start container
`docker-compose up -d`

> runs on http://localhost:8090 (initially returns forbidden as it's empty)

This setup allows running neoan3-cli commands within the container.
You do not need PHP, composer, apache or mysql on your system.

## Quick start

After the containers are running, enter the shell:

`docker-compose exec neoan3 sh`

Then, you can run neoan3 commands as usual:

`neoan3 new app`

## Security notes
- consider adding /credentials/credentials.json to .gitignore
- remove ports from mariadb before deployment