summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL12
1 files changed, 6 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index df6d7e6..4406284 100644
--- a/INSTALL
+++ b/INSTALL
@@ -31,7 +31,7 @@ to get a complete VDRAdmin-AM folder:
3) Check if your system provides all requirements and optionally install
the missing Perl modules:
- $ ./install.sh -p
+ $ ./make.sh check
4) Now you have to deside wether you want to run VDRAdmin-AM locally (4a)
in this directory or install it into your system (4b).
@@ -72,19 +72,19 @@ to get a complete VDRAdmin-AM folder:
1a) run locally (=no installation)
There is not much to do.
Simply remove to folder VDRAdmin-AM has been created while unpacking:
- $ rm -rf vdradmin-am-VERSION.tar.bz2
+ $ rm -rf vdradmin-am-VERSION
1b) installed to your system
- You need the unpacked VDRAdmin-AM archive. Enter it and run uninstall.sh:
- $ cd vdradmin-am-VERSION.tar.bz2
+ You need the unpacked VDRAdmin-AM archive.
+ $ cd vdradmin-am-VERSION
$ ./make.sh uninstall
You might want to delete your VDRAdmin-AM's configuration files:
$ rm -rf /etc/vdradmin
This of course only works if you didn't change the default install
- locations! If you've change them you must call uninstall.sh with those
- locations.
+ locations! If you've change them you must call "./make.sh uninstall"
+ with those locations.
If you don't know what I'm talking about, you probably didn't change
the default values ;)