Customizations for the site securethebalkans.org
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

il y a 4 ans
il y a 4 ans
il y a 4 ans
il y a 4 ans
1234567891011121314151617181920212223242526272829303132
  1. # securethebalkans.org
  2. Customizations for the site securethebalkans.org
  3. 1. First install it as described at:
  4. https://gitlab.com/docker-scripts/securethenews#installation
  5. 2. The get this repo and apply the patch:
  6. ```
  7. cd /var/ds/securethebalkans.org/
  8. git clone https://git.flossk.org/FLOSSK/securethebalkans.org
  9. ls securethebalkans.org/
  10. cd securethenews/
  11. patch -p1 -i ../securethebalkans.org/flossk-logo-and-brand.patch --dry-run
  12. patch -p1 -i ../securethebalkans.org/flossk-logo-and-brand.patch
  13. ```
  14. 3. Next rebuild the site:
  15. ```
  16. cd /var/ds/securethebalkans.org/
  17. ds remove
  18. ds make
  19. ds start
  20. ```
  21. 4. Finally import the list of sites:
  22. ```
  23. ds sites import securethebalkans.org/sites.csv
  24. ```