lodfe/README.md

12 lines
292 B
Markdown
Raw Normal View History

2020-01-19 21:24:54 +09:00
lodfe
=====
2020-01-20 01:35:23 +09:00
SPARQLエンドポイントを用いたLinked Open Dataフロントエンド([Pubby](https://github.com/cygri/pubby)みたいなやつ)
2020-01-19 21:24:54 +09:00
2020-01-20 01:35:23 +09:00
## Installation
```
2020-09-01 03:28:41 +09:00
$ git clone https://github.com/Babibubebon/lodfe.git
$ cd lodfe
2020-01-20 01:35:23 +09:00
$ composer install
$ cp config/datasets.php{.example,}
```