The GIT repository contains the EasyRdf website.
-
Install php command line tools:
On Mac OS install using Homebrew:
brew install phpOn Debian / Ubuntu install using:
sudo apt-get install php-cli -
Checkout the respository into directory of your choice:
git clone git@github.com:easyrdf/www.easyrdf.org.git -
Start PHP server in the public directory:
php -S localhost:8000 -t public public/index.php -
Launch the website in your browser: