Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sroehrl/smabi
https://github.com/sroehrl/smabi
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sroehrl/smabi
- Owner: sroehrl
- Created: 2021-07-20T19:55:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T13:09:50.000Z (over 2 years ago)
- Last Synced: 2023-03-02T10:33:02.822Z (over 1 year ago)
- Language: CSS
- Size: 1.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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