https://github.com/easyrdf/www.easyrdf.org
Website for EasyRDF
https://github.com/easyrdf/www.easyrdf.org
Last synced: about 1 year ago
JSON representation
Website for EasyRDF
- Host: GitHub
- URL: https://github.com/easyrdf/www.easyrdf.org
- Owner: easyrdf
- Created: 2012-12-26T23:46:07.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T22:25:04.000Z (about 2 years ago)
- Last Synced: 2025-06-05T16:55:59.859Z (about 1 year ago)
- Language: PHP
- Homepage: https://www.easyrdf.org/
- Size: 1.05 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
www.easyrdf.org
===============
The GIT repository contains the EasyRdf website.
Developing using PHP CLI server
-------------------------------
1. Install php command line tools:
On Mac OS install using [Homebrew](https://brew.sh):
```
brew install php
```
On Debian / Ubuntu install using:
```
sudo apt-get install php-cli
```
2. Checkout the respository into directory of your choice:
```
git clone git@github.com:easyrdf/www.easyrdf.org.git
```
4. Start PHP server in the public directory:
```
php -S localhost:8000 -t public public/index.php
```
5. Launch the website in your browser:
http://localhost:8000/