Dom SP 79b3f0cf6f properly added featherlight and detect swipe as submodules | vor 3 Jahren | |
---|---|---|
app | vor 3 Jahren | |
doc | vor 3 Jahren | |
rsc | vor 3 Jahren | |
.gitignore | vor 3 Jahren | |
.gitmodules | vor 3 Jahren | |
.htaccess | vor 5 Jahren | |
.rsyncignore | vor 3 Jahren | |
README.md | vor 3 Jahren | |
composer.json | vor 3 Jahren | |
deploy.sample | vor 3 Jahren | |
emptycache.php | vor 4 Jahren | |
index.php | vor 3 Jahren | |
main.cfg.sample | vor 3 Jahren | |
routes.cfg | vor 3 Jahren |
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