Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
marcus-lodspeakr
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
uib-ub
Spesialsamlingene
marcus-lodspeakr
Commits
8d2dab15
Commit
8d2dab15
authored
13 years ago
by
alangrafu
Browse files
Options
Downloads
Patches
Plain Diff
update readme
parent
b962a826
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+7
-39
7 additions, 39 deletions
README
with
7 additions
and
39 deletions
README
+
7
−
39
View file @
8d2dab15
lodspeakr - Simple Publishing Kit for Linked Open Data
author: Alvaro Graves (alvaro@graves.cl)
version: 201
10925
version: 201
20113
Simplest Installation
---------------------
...
...
@@ -9,45 +9,13 @@ Just run
bash < <(curl -s http://lodspeakr.org/install)
Simple Installation
-------------------
Alternative methods of installation available at
* Download the source or clone the repository from http://github.com/alangrafu/lodspeakr
* Inside lodspeakr/ run ./install.sh
https://github.com/alangrafu/lodspeakr/wiki/Installation
Manual Installation
--------------------
That's it. You should be able to serve your data in RDF/XML, Turtle, Ntriples, JSONRDF and RDFa.
* Download the source or clone the repository from http://github.com/alangrafu/lodspeakr
Documentation available at
* Edit settings.default.inc.php and change the following values:
** $conf['endpoint']['host'] Point to the SPARQL endpoint with your data
** $conf['basedir'] The base URL in which slopds will be locations (e.g., http://example.org, http://example.com/data)
** $conf['ns']['local'] Defines your local namespace
*** If you want, you can add more namespaces as $conf['ns']['myns'] = 'http://namespacesite.com/'
** $conf['home'] Defines where is LODSPeaKr located (i.e., /var/www/html/mydata/lodspeakr)
* mv settings.default.inc.php settings.inc.php
Give write permissions to your http server on cache/ and meta/ dirs as well as meta/db.sqlite database.
This can be done in different ways depending on your configuration.
* If you are in ther same group as the httpd user
** chmod -R g+w cache meta
* If you want to assign those dirs to your webserver
** sudo chown -R www-apache meta cache
NOTE: You must check what is the name of the user for your server. Common names are
* www
* www-apache
* apache2
* httpd
That's it. You should be able to serve your data in RDF/XML, Turtle, Ntriples and RDFa.
Templating
----------
Soon.
https://github.com/alangrafu/lodspeakr/wiki
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment