SemanticScuttle/doc/INSTALL.txt

26 lines
678 B
Plaintext
Raw Normal View History

SemanticScuttle installation
============================
Prerequisites
-------------
To run SemanticScuttle, you need:
- PHP5
- A web server, for example Apache
Installation instructions
-------------------------
1. Create a new MySQL database
2. Import tables.sql into that database, i.e.
run
> mysql -umyusername semanticscuttle < data/tables.sql
on the shell ("semanticscuttle" being the database name)
3. Copy data/config.php.dist to data/config.php and modify it as
necessary.
4. Make the cache directory writable by your web server.
For example, run
> chmod 0777 cache
on the shell.
5. Set the www/ directory as document root in your web server.