From 8d3fc864d094eeadc721f8e93436b37a5fab173e Mon Sep 17 00:00:00 2001 From: "Roberto C. Sanchez" Date: Sat, 29 Mar 2014 10:53:33 -0400 Subject: Imported Upstream version 1.5.3 --- samples/recommended/README | 24 ++++++++++++++++++++++++ samples/recommended/sword.conf | 2 ++ 2 files changed, 26 insertions(+) create mode 100644 samples/recommended/README create mode 100644 samples/recommended/sword.conf (limited to 'samples/recommended') diff --git a/samples/recommended/README b/samples/recommended/README new file mode 100644 index 0000000..95b49ca --- /dev/null +++ b/samples/recommended/README @@ -0,0 +1,24 @@ +In this configuration, a system-wide file is created +/etc/sword.conf +which points to the installation of common sword modules located under: +/usr/share/sword/ + +To use, as root, copy the sword.conf file located in this directory to /etc + +$ su +Password: ******** +# cp sword.conf /etc + +then create a sword repository under /usr/share + +# mkdir /usr/share/sword + +You may also want to copy the locales directory to your new sword repository + +# cp -R ../../locales.d/ /usr/share/sword + +then install modules in /usr/share/sword + +# cd /usr/share/sword +# unzip ~/DownloadedSwordModule.zip + diff --git a/samples/recommended/sword.conf b/samples/recommended/sword.conf new file mode 100644 index 0000000..49ea7ee --- /dev/null +++ b/samples/recommended/sword.conf @@ -0,0 +1,2 @@ +[Install] +DataPath=/usr/share/sword/ -- cgit v1.2.3