https://github.com/makefu/tiddly_store
php store script for tiddlywiki
https://github.com/makefu/tiddly_store
Last synced: 8 months ago
JSON representation
php store script for tiddlywiki
- Host: GitHub
- URL: https://github.com/makefu/tiddly_store
- Owner: makefu
- License: bsd-3-clause
- Created: 2015-03-16T13:29:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T13:36:37.000Z (over 11 years ago)
- Last Synced: 2025-01-31T13:05:39.460Z (over 1 year ago)
- Language: PHP
- Size: 121 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is the fork of the store.php script out of the bidix tiddlyhome project.
It changes some of the more 'questionable' code (security-wise) in the store.php script.
# Installation
apt-get install php5-common php5-cli php5-fpm nginx
cp nginx/default.conf /etc/nginx/sites-available/wiki.conf
# edit the nginx file to represent your environment
ln -s /etc/nginx/sites-available/wiki.conf /etc/nginx/sites-enabled/wiki.conf
mkdir -p /var/www/wiki/backup
chown www-data:www-data -R /var/www/wiki/
# edit store.php to represent your environment
cp store.php /var/www/wiki
chown root:root /var/www/wiki/store.php
chmod 755 /var/www/wiki/store.php
# Configure Tiddlywiki
see https://excogitation.de/wiki/#Tiddlywiki%20saving%20with%20php%20script