소스 검색

Instructions

master
Dashamir Hoxha 3 년 전
부모
커밋
471472c1bd
1개의 변경된 파일30개의 추가작업 그리고 1개의 파일을 삭제
  1. +30
    -1
      README.md

+ 30
- 1
README.md 파일 보기

@@ -1,3 +1,32 @@
# securethebalkans.org

Customizations for the site securethebalkans.org
Customizations for the site securethebalkans.org

1. First install it as described at:
https://gitlab.com/docker-scripts/securethenews#installation

2. The get this repo and apply the patch:

```
cd /var/ds/securethebalkans.org/
git clone https://git.flossk.org/FLOSSK/securethebalkans.org
ls securethebalkans.org/
cd securethenews/
patch -p1 -i ../securethebalkans.org/lossk-logo-and-brand.patch --dry-run
patch -p1 -i ../securethebalkans.org/lossk-logo-and-brand.patch
```

3. Next rebuild the site:

```
cd /var/ds/securethebalkans.org/
ds remove
ds make
ds start
```

4. Finally import the list of sites:

```
ds sites import securethebalkans.org/sites.csv
```

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