You are on page 1of 1

The RDFMapper Bearing Server is very simple to implement, all you need is a web

server running PHP.

Extract all files into a publicly accessible location.

Make the 'data' folder, and the data file inside it writeable by the web server.
On a Linux server, this command will work:
chmod 777 data data/data

The read.php and save.php files are called by RDFMapper to save and read from the
bearing server.
The index.html file is present simply to provide information to anyone visiting the
web location, and the data/.htaccess file prevents the data file from being
publicly accessed.

You might also like