mostly filebased Content Presentation System
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

README.md 586B

5 år sedan
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)