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
- Host: GitHub
- URL: https://github.com/antidot-framework/docker-dev-server
- Owner: antidot-framework
- Created: 2019-05-18T18:38:41.000Z (about 7 years ago)
- Default Branch: 1.x.x
- Last Pushed: 2021-03-05T13:32:24.000Z (over 5 years ago)
- Last Synced: 2025-10-20T16:52:50.358Z (8 months ago)
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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).