This is the source code to the prefix.cc web site operated by Richard Cyganiak ([email protected], @cygri).
- Apache with
mod_rewriteenabled - PHP (recommended version: 7.2)
- MySQL
-
Clone the repository into a local directory
-
Set up a virtual host
prefixcc.localwith that directory as document root -
Create a new MySQL database:
echo CREATE DATABASE prefixcc | mysql -u root -
Set up database tables:
mysql -u root prefixcc < db_schema/schema.sql -
Make a copy of the default configuration:
cp default.config.php config.php -
Edit database credentials in
config.phpif necessary -
Import prefixes from the public prefix.cc site:
php tools/csv-import.php http://prefix.cc/popular/all.file.csv | mysql -u root prefixcc -
Go to http://prefixcc.local/ and you should have a functional site!