https://github.com/lode/playground
Dockerized playground
https://github.com/lode/playground
Last synced: 12 months ago
JSON representation
Dockerized playground
- Host: GitHub
- URL: https://github.com/lode/playground
- Owner: lode
- License: mit
- Created: 2023-12-13T19:55:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T19:43:03.000Z (over 2 years ago)
- Last Synced: 2025-03-25T05:43:02.286Z (over 1 year ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Playground
Dockerized playground
## Requirements
- [Docker](https://docs.docker.com/engine/install/)
## Setup
### Example app
- Clone this repository
- Move `example/app/` -> `app/`
- Move `example/database/` -> `database/`
- Run `./script/setup`
- Run `./script/server`
- Run `./script/console`
- Run `composer install` (inside Docker's CLI)
### Other apps
- Clone this repository
- Add other app to `app/`
- Add bootstrap sql files to -> `database/`
- Run `./script/setup`
- Run `./script/server`
## Usage
- To browse, open http://localhost:8888
- To use CLI, run `./script/console`