Ini adalah bentuk mini dari tools laradock.io
Features:
- mariadb
- memcached
- mongo
- mysql
- postgresql
- nginx
- php-fpm
- Install docker dan docker-compose
- Clone repository ini
$git clone https://github.com/sangbima/webdevtools.git
- Buat folder data di dalam direktori hasil clone
$cd webdevtools $mkdir data
- Buat file .env dengan mencopy file env-example
$cp env-example .env
- Buat virtualhost yang akan kita pakai, misal: webapp.test:
Edit file webapp.test.conf, sesuaikan dengan virtualhost yang ingin kita buat
$cp nginx/sites/app.conf.example nginx/sites/webapp.test.conf
$vi nginx/sites/webapp.test.conf
- Jalankan perintah:
$docker-compose up -d nginx postgres workspace
- Untuk masuk ke container workspace, jalankan perintah ini:
$docker-compose exec --user webdev workspace bash
License: MIT