https://github.com/leninhasda/bitopi
Dockerized environment for developing PHP applications
https://github.com/leninhasda/bitopi
application docker lemp php web yii2 yii2-framework
Last synced: 2 months ago
JSON representation
Dockerized environment for developing PHP applications
- Host: GitHub
- URL: https://github.com/leninhasda/bitopi
- Owner: leninhasda
- License: mit
- Created: 2018-04-16T12:26:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-22T17:45:34.000Z (about 7 years ago)
- Last Synced: 2025-01-26T05:42:07.235Z (4 months ago)
- Topics: application, docker, lemp, php, web, yii2, yii2-framework
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bitopi
Dockerized environment for developing PHP applications> Inspired and customized version of [Vessel](https://github.com/shipping-docker/vessel)
## What's included?
- Ubuntu 16.04
- Nginx
- PHP 7.2-fpm
- modules: pgsql, sqlite3, gd, curl, memcached, imap, mysql, mbstring, xml, zip, bcmath, soap, intl, xdebug, msgpack, igbinary## Install
Just download as zip or git clone command in terminal:
```
git clone https://github.com/leninhasda/bitopi.git
```
Then copy `docker` folder, `bitopi` and `docker-compose.yml` file in your project directory. Finally run the following command in your project path to initialize:
```
sudo bash bitopi init
```## How to use