diff options
author | danglassey <danglassey> | 2002-08-14 09:57:17 +0000 |
---|---|---|
committer | danglassey <danglassey> | 2002-08-14 09:57:17 +0000 |
commit | c9458897ebbb739d8db83c80e06512d8a612f743 (patch) | |
tree | f8c5381045887e34388cc6b26cfccc254bf766dc /samples/recommended/README | |
download | sword-sf-cvs-c9458897ebbb739d8db83c80e06512d8a612f743.tar.gz |
*** empty log message ***
Diffstat (limited to 'samples/recommended/README')
-rw-r--r-- | samples/recommended/README | 24 |
1 files changed, 24 insertions, 0 deletions
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 + |