lmorchard / memex
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit aad27a65d5ee1533004073d38c93685b1b0486e4
tree 20ae3d974a2c63bdf83ef1a91d0a467c80dac8c5
parent e796991de0513195f9c7d03dc87f8601f156e172
tree 20ae3d974a2c63bdf83ef1a91d0a467c80dac8c5
parent e796991de0513195f9c7d03dc87f8601f156e172
memex /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.md | ||
| |
TODO.md | ||
| |
application/ | ||
| |
css/ | ||
| |
docs/ | ||
| |
htaccess-dist | ||
| |
img/ | ||
| |
index.php | ||
| |
js/ | ||
| |
logs/ | ||
| |
modules/ | ||
| |
system/ |
README.md
Memex, a personal web memory
Overview
This hopes one day to grow up to be an Open Source social bookmarking web
application.
Requirements
- PHP 5+
- MySQL 5+
Installation
- Visiting
index.phpshould present a quick installer that will create the database tables and attempt to create a configuration file. - Or, manually edit
system/config/local.phpto reflect your environment.- There is an example
system/config/local.php-distyou can use as a starting point. - Use
system/schema/mysql.sqlto create the database tables.
- There is an example
- Make sure the
systemdirectory is not web readable.- The
.htaccessshould already do this out of the box on Apache. - Modify
index.phpto point to new path, if you move thesystemdirectory.
- The
Credits / Colophon
- Leslie Michael Orchard - http://decafbad.com/ - l.m.orchard@pobox.com
- Using Kohana Framework v2.3.1
- Using MooTools 1.2.1
- Using Markdown PHP for documentation.
- Using UUID implementation from OmniTI
- "nostalgia" theme inspired by del.icio.us, circa 2005
License

This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.

