Browse Source

Instructions

master
Dashamir Hoxha 3 years ago
parent
commit
471472c1bd
1 changed files with 30 additions and 1 deletions
  1. +30
    -1
      README.md

+ 30
- 1
README.md View File

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

Loading…
Cancel
Save