An open API service indexing awesome lists of open source software.

https://github.com/baban/skyscraper_docker_config


https://github.com/baban/skyscraper_docker_config

Last synced: 29 days ago
JSON representation

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
```