X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform%2FINSTALL;fp=metaform%2FINSTALL;h=0000000000000000000000000000000000000000;hb=fe9a487e1b5ed0700481aee4609055dc6c47505d;hp=bd038a4944f7afb54344309969ca35e7bfe926fd;hpb=23dfbcc20fc6d20fb5be211e5af50cdcb8565c8e;p=wfpl.git diff --git a/metaform/INSTALL b/metaform/INSTALL deleted file mode 100644 index bd038a4..0000000 --- a/metaform/INSTALL +++ /dev/null @@ -1,46 +0,0 @@ -Install Instructions For The Files In This Directory -==================================================== - -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. If not, keep reading... - -Instructions For Setting Up A Directory For WFPL ------------------------------------------------- - -1. "cd" to the directory that will contain all your content and code files. - -2. make a "code" directory: - - mkdir code - -3. download wfpl: - - cd code - git clone git://gitorious.org/wfpl/wfpl.git - cd .. - -4. make the run.php link: - - ln -s code/wfpl/run.php - -5. Copy the file named ".htaccess" from this directory to the hosting folder - (where you put the php file.) This is included as a separate step, - because the "." at the beginning makes the file hidden. This means it does - not show up in directory listings (unless you pass -a) and does not match - "*" in shell commands. Here's how you could copy it: - - cp directory-containing-this-INSTALL-file/.htaccess . - -6. If you have a domain name pointing directly at the directory you're - setting up (for example, it's accessible as http://example.com/) then - you're done! But if this directory is acessed with a directory (or - multiple directories) in the URL path (for example: - http://example.com/foo/bar/) then you'll need to edit the RewriteRule in - .htaccess (read the comments in that file for further explanation and - examples.) - - -That's it! Now that you've got the directory set up, just place your php files -and your html templates in there, and you should be good to go. Remember to -omit the file extension in the URL.