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

https://github.com/antidot-framework/docker-dev-server

Docker development server customized for Antidot Framework
https://github.com/antidot-framework/docker-dev-server

Last synced: 3 months ago
JSON representation

Docker development server customized for Antidot Framework

Awesome Lists containing this project

README

          

# Antidot Framework - Development server

## Packages

* PHP 7.4.3
* Redis
* Nginx Server

## Requirements

* [docker](https://docs.docker.com/install/)
* [docker-compose](https://docs.docker.com/compose/install/)

## Installation

### Docker

```bash
git clone git@github.com:antidot-framework/docker-dev-server.git your-project
cd your-project
rm -rf .git
git init
./install.sh
git commit -m 'Antidot framework app - initial commit'
```

## Usage

### Run App

````bash
docker-compose up -d
````
Open it on [localhost](http://localhost).