From 8974898b396166952a061f4429f7d00a4caec4e3 Mon Sep 17 00:00:00 2001 From: alvaro <alvaro@alia.(none)> Date: Thu, 29 Mar 2012 09:20:25 -0700 Subject: [PATCH] Fixed #103 --- README | 4 ++-- common.inc.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index c31ba6a6..48e7e609 100644 --- a/README +++ b/README @@ -1,11 +1,11 @@ lodspeakr - Linked Open Data Simple Publishing Kit author: Alvaro Graves (alvaro@graves.cl) -version: 20120323 +version: 20120329 Simplest Installation --------------------- -Just run +Simply go to your web server root directory (e.g., /var/www), create a new folder, cd into it and run bash < <(curl -sL http://lodspeakr.org/install) diff --git a/common.inc.php b/common.inc.php index 82356ce8..bdec0ca9 100644 --- a/common.inc.php +++ b/common.inc.php @@ -1,5 +1,5 @@ <? -$conf['version'] = '20120323'; +$conf['version'] = '20120329'; $conf['output']['select'] = 'json'; $conf['output']['describe'] = 'rdf'; $conf['endpointParams']['config']['show_inline'] = 0; -- GitLab