https://github.com/baban/skyscraper_docker_config
https://github.com/baban/skyscraper_docker_config
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/baban/skyscraper_docker_config
- Owner: baban
- Created: 2018-10-29T15:44:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-07-21T14:37:57.000Z (11 months ago)
- Last Synced: 2025-07-21T16:39:36.465Z (11 months ago)
- Language: PHP
- Size: 1.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 概要
こちらのサイトの、起動方法です
http://babanba-n.mydns.jp/
## 環境構築手順
以下のコマンドを実行して、必要なファイルをpullしてくる
```
git clone https://github.com/publify/publify.git publify
git clone https://github.com/baban/skyscraper_html_contents.git html_contents
git clone https://github.com/baban/skyscraper_publify_theme.git themes/baban
```
## 起動方法
### Windows環境
```
docker compose -f docker-compose.yml -f docker-compose.local.yml up -d
```
### 本番環境(x86)
```
docker compose -f docker-compose.yml -f docker-compose.server.yml up -d
```
### Rasberry Pi環境
```
docker compose -f docker-compose.yml -f docker-compose.rasberrypi.yml up -d
```