Dom SP 79b3f0cf6f properly added featherlight and detect swipe as submodules | пре 3 година | |
---|---|---|
app | пре 3 година | |
doc | пре 3 година | |
rsc | пре 3 година | |
.gitignore | пре 3 година | |
.gitmodules | пре 3 година | |
.htaccess | пре 5 година | |
.rsyncignore | пре 3 година | |
README.md | пре 3 година | |
composer.json | пре 3 година | |
deploy.sample | пре 3 година | |
emptycache.php | пре 4 година | |
index.php | пре 3 година | |
main.cfg.sample | пре 3 година | |
routes.cfg | пре 3 година |
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