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 586B

il y a 5 ans
1234567891011121314151617181920212223242526272829
  1. # freaCMS
  2. mostly filebased Content Presentation System
  3. ## installation
  4. ### download sources
  5. git clone https://git.freakaria.com:3000/dom/freaCMS.git
  6. cd freaCMS
  7. ### configure
  8. edit main.cfg and deploy
  9. main.cgf:
  10. SITE_URL = public URL where website is reachable (used in links, etc...)
  11. title = give your site a title
  12. deploy:
  13. USER = ssh user on server
  14. SERVER = server address for ssh login
  15. LIVE_DIR = relative path (from ssh login) to live site
  16. DEV_DIR = relative path to development site (so you can try out without breaking stuff)