Explorar el Código

Instructions

master
Dashamir Hoxha hace 3 años
padre
commit
471472c1bd
Se han modificado 1 ficheros con 30 adiciones y 1 borrados
  1. +30
    -1
      README.md

+ 30
- 1
README.md Ver fichero

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

Cargando…
Cancelar
Guardar