JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
metaform: add radio button support
[wfpl.git] / metaform / INSTALL
1 INSTALL INSTRUCTIONS FOR THE FILES IN THIS DIRECTORY:
2
3 If your directory is already set up for WFPL, then all you have to do is copy the files from this directory (except INSTALL and .htaccess) to that directory, and it should run as-is.
4
5 INSTRUCTIONS FOR SETTING UP A DIRECTORY FOR WFPL:
6
7 1) "cd" to the directory that will contain all your content and code files.
8
9 2) make a "code" directory:
10
11 mkdir code
12
13 3) download wfpl:
14
15 cd code
16 git clone git://gitorious.org/wfpl/wfpl.git
17 cd ..
18
19 4) make the run.php link:
20
21 ln -s code/wfpl/run.php
22
23 5) Install the .htaccess file from this directory (it's a hidden file, but you
24 can see it with ls -a)
25
26 6) If you have a domain name pointing directly at the directory you're setting
27 up (for example, it's accessible as http://example.com/) then you're done! But
28 if this directory is acessed with a directory (or multiple directories) in the
29 URL path (for example: http://example.com/foo/bar/) then you'll need to edit
30 the RewriteRule in .htaccess (read the comments in that file for further
31 explanation and examples.
32
33
34 That's it! Now that you've got the directory set up, just place your php files
35 and your html templates in there, and you should be good to go. Remember to
36 omit the file extension in the URL.