https://github.com/appleple/ablogcms-docker
https://github.com/appleple/ablogcms-docker
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/appleple/ablogcms-docker
- Owner: appleple
- License: mit
- Created: 2016-12-19T01:24:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-19T01:56:55.000Z (over 9 years ago)
- Last Synced: 2025-02-26T19:39:20.615Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 2
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ablogcms-docker
dockerでa-blog cmsの開発環境を整えるためのものです。
## Container
* [mysql](https://hub.docker.com/_/mysql/)
* [jwilder/nginx-proxy](https://hub.docker.com/r/jwilder/nginx-proxy/)
* [atsu666/ioncube](https://hub.docker.com/r/atsu666/ioncube/)
## docker-sync
HostとGuest間のファイル同期に **[docker-sync](http://docker-sync.io/)** を利用しています。これは現状 **[docker for mac](https://docs.docker.com/engine/installation/mac/)** などで標準のファイル同期を利用すると速度が遅くなるためdocker-syncを利用しています。
### Install
docker-syncと依存ライブラリをインストールします。
```
$ gem install docker-sync
$ brew install fswatch
$ brew install unison
```
## Usage
```
$ docker-sync-stack start
```