https://github.com/dobin/timelime
My Bookmarks Website - better than delicious
https://github.com/dobin/timelime
Last synced: over 1 year ago
JSON representation
My Bookmarks Website - better than delicious
- Host: GitHub
- URL: https://github.com/dobin/timelime
- Owner: dobin
- License: gpl-3.0
- Created: 2015-02-27T06:53:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-02T08:48:12.000Z (almost 10 years ago)
- Last Synced: 2025-01-23T16:12:05.151Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://www.haking.ch
- Size: 371 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README
- License: LICENSE.md
Awesome Lists containing this project
README
# Timelime
## Installation
install stuff:
apt-get install php5-json
apt-get install php5-mongo
edit in apache.conf for the timelime directory:
AllowOverride All
Configure Apache:
a2enmod rewrite
service apache2 restart