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

https://github.com/lode/playground

Dockerized playground
https://github.com/lode/playground

Last synced: 12 months ago
JSON representation

Dockerized playground

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`