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.

5 年之前
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