Dom SP 774d912444 add anchor links to every included textfile | 3 years ago | |
---|---|---|
app | 3 years ago | |
doc | 3 years ago | |
rsc | 3 years ago | |
.gitignore | 3 years ago | |
.htaccess | 5 years ago | |
.rsyncignore | 3 years ago | |
README.md | 3 years ago | |
composer.json | 3 years ago | |
deploy.sample | 3 years ago | |
emptycache.php | 4 years ago | |
index.php | 3 years ago | |
main.cfg.sample | 3 years ago | |
routes.cfg | 3 years ago |
mostly filebased Content Presentation System
get the source code
git clone https://git.freakaria.com/dom/freaCMS.git
cd freaCMS
install dependencies
composer install
create and edit main.cfg and deploy:
for i in {deploy,main.cfg}; do cp $i.sample $i; done;
main.cgf:
SITE_URL = public URL where website is reachable (used in links, etc...)
title = give your site a title
deploy:
USER = ssh user on server
SERVER = server address for ssh login
LIVE_DIR = relative path (from ssh login) to live site
DEV_DIR = relative path to development site (so you can try out without breaking stuff)
install example content
tar zxf rsc/example_content.tar.gz
php -S localhost:12345
point browser to localhost:12345
./deploy dev go
./deploy dev content up go
LANG default_lang RESOURCES hideFromSearchEngines title bodyClass