소스 검색

Add 'infrastructure/installing-discourse-plugin.md'

master
Dashamir Hoxha 4 년 전
부모
커밋
e4d65ebc73
1개의 변경된 파일24개의 추가작업 그리고 0개의 파일을 삭제
  1. +24
    -0
      infrastructure/installing-discourse-plugin.md

+ 24
- 0
infrastructure/installing-discourse-plugin.md 파일 보기

@@ -0,0 +1,24 @@
## Create a new discourse installation for testing

1. Initialize a new discourse site:

```bash
ds init discourse @forum1.flossk.org
cd /var/ds/forum1.flossk.org/
```

2. Copy `settings.sh` from the original site, but change `DOMAIN` to the new one (`forum1.flossk.org`):

```bash
cp ../forum.flossk.org/settings.sh .
vim settings.sh
```

3. Make the container:

```bash
cd /var/ds/forum1.flossk.org
ds make
```

(It may take a few minutes.)

불러오는 중...
취소
저장