mostly filebased Content Presentation System
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.

README.md 860B

il y a 5 ans
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # freaCMS
  2. mostly filebased Content Presentation System
  3. ## installation
  4. ### download
  5. get the source code
  6. git clone https://git.freakaria.com:3000/dom/freaCMS.git
  7. cd freaCMS
  8. install dependencies
  9. composer install
  10. ### configure
  11. create and edit main.cfg and deploy:
  12. for i in {deploy,main.cfg}; do cp $i.sample $i; done;
  13. main.cgf:
  14. SITE_URL = public URL where website is reachable (used in links, etc...)
  15. title = give your site a title
  16. deploy:
  17. USER = ssh user on server
  18. SERVER = server address for ssh login
  19. LIVE_DIR = relative path (from ssh login) to live site
  20. DEV_DIR = relative path to development site (so you can try out without breaking stuff)
  21. ## Template variables
  22. LANG
  23. default_lang
  24. RESOURCES
  25. hideFromSearchEngines
  26. title
  27. bodyClass