mostly filebased Content Presentation System
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

hace 5 años
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)