Moved configuration variables into their own rip_dvd.conf.dist file.
[rip_dvd/.git] / README
1 ----------------------------------------------
2 INSTALL
3 ----------------------------------------------
4 The following steps should be followed to pull this code project
5 into a local GIT repository (local directory):
6
7 This command will create a directory called "rip_dvd" in the CWD and pull the code for this project:
8 > git clone http://git.pippins.net/rip_dvd/.git rip_dvd
9
10 To pull updates in the future of this project into your local directory:
11 > cd rip_dvd
12 > git pull origin
13
14 ----------------------------------------------
15 CONFIGURATION
16 ----------------------------------------------
17 You'll need to copy the rip_dvd.conf.dist file to a local copy of the
18 file called rip_dvd.conf. This way, you can customize the settings
19 needed by the script in a file that isn't tracked by GIT. The conf
20 file tracked by GIT (rip_dvd.conf.dist) will then contain the defaults
21 the script needs to run. You can override these in your own rip_dvd.conf
22 file you create locally.  This will allow you to get updates from my
23 GIT repository at a later point in time without blowing away your 
24 local settings.
25