Kaynağa Gözat

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

master
Dashamir Hoxha 3 yıl önce
ebeveyn
işleme
e4d65ebc73
1 değiştirilmiş dosya ile 24 ekleme ve 0 silme
  1. +24
    -0
      infrastructure/installing-discourse-plugin.md

+ 24
- 0
infrastructure/installing-discourse-plugin.md Dosyayı Görüntüle

@@ -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.)

Yükleniyor…
İptal
Kaydet