Skip to content
Snippets Groups Projects
Commit bccfe83d authored by Timothy Lebo's avatar Timothy Lebo
Browse files

numbered questions, added example to #1

parent 8ae8cc83
No related branches found
No related tags found
No related merge requests found
......@@ -20,10 +20,12 @@ if [ -e "$parent_htaccess" ]; then
fi
while [ "$everything_ok" != "y" ]; do
echo
echo "== Basic Information =="
echo "lodspeakr needs to gather some basic information first to configure the installation properly"
echo
echo "LODSPeaKr needs to know three (3) URIs to minimally configure itself:"
echo
echo "Type the base url where LDOSPeaKr will be located, including a final / "
echo "(1/3) What URL is `pwd` available at (e.g. http://localhost/`basename \`pwd\``)? Include a final / "
echo -n "(default '$basedir'): "
read -u 1 aux_basedir
echo
......@@ -33,7 +35,7 @@ while [ "$everything_ok" != "y" ]; do
ns=$basedir
echo "Type the local namespace you will use "
echo "(2/3) Type the local namespace you will use "
echo -n "(default '$ns'): "
read -u 1 aux_ns
echo ""
......@@ -53,7 +55,7 @@ while [ "$everything_ok" != "y" ]; do
echo "What is the URL of your SPARQL endpoint?"
echo "(3/3) What is the URL of your SPARQL endpoint?"
echo -n "(default $endpoint): "
read -u 1 aux_endpoint
echo ""
......
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