Skip to content
Snippets Groups Projects
Commit cee49b86 authored by Alvaro Graves's avatar Alvaro Graves
Browse files

missing variable in while creating settings

parent 694b08ee
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ while [ "$everything_ok" != "y" ] ...@@ -29,7 +29,7 @@ while [ "$everything_ok" != "y" ]
do do
echo "==Basic Information==" echo "==Basic Information=="
echo "slodps needs to gather some basic information first to configure the installation properly" echo "slodps needs to gather some basic information first to configure the installation properly"
echo -n "Type the base url of your site (default '$basedir'): " echo -n "Type the base url of your site, including a final / (default '$basedir'): "
read aux_basedir read aux_basedir
echo "" echo ""
if [ "$aux_basedir" != "" ] if [ "$aux_basedir" != "" ]
...@@ -149,7 +149,7 @@ done ...@@ -149,7 +149,7 @@ done
\$conf['endpoint']['host'] = '$endpoint'; \$conf['endpoint']['host'] = '$endpoint';
\$conf['basedir'] = '$basedir'; \$conf['basedir'] = '$basedir';
\$conf['metaendpoint']['host'] = '$basedir/endpoint.php'; \$conf['metaendpoint']['host'] = '$basedir$slodpsdir/endpoint.php';
\$conf['metaendpoint']['config']['key'] = '$sparql_key'; \$conf['metaendpoint']['config']['key'] = '$sparql_key';
\$conf['metaendpoint']['config']['named_graph'] = 'http://slodps.org/metadata'; \$conf['metaendpoint']['config']['named_graph'] = 'http://slodps.org/metadata';
\$conf['metaendpoint']['config']['host'] = '$mysql_host'; \$conf['metaendpoint']['config']['host'] = '$mysql_host';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment