mostly filebased Content Presentation System
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 586B

5 jaren geleden
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)