ryancramerdesign / ProcessWire-2.0

THIS IS AN OLD VERSION. Get the new one at the URL below:
https://github.com/ryancramerdesign/ProcessWire
GNU General Public License v2.0
39 stars 5 forks source link

ABOUT PROCESSWIRE

ProcessWire is an open source content management system (CMS) and web application framework aimed at the needs of designers, developers and their clients. ProcessWire gives you more control over your fields, templates and markup than other platforms, and provides a powerful template system that works the way you do. Not to mention, ProcessWire's API makes working with your content easy and enjoyable. Managing and developing a site in ProcessWire is shockingly simple compared to what you may be used to.

Learn more about ProcessWire at: http://processwire.com

ABOUT THIS VERSION

This is ProcessWire 2.0 stable. This version is suitable for production use. Note that this is also the first version of ProcessWire (1.0 was a different code base), so this is still a young project with lots of room to grow. Please join us in the ProcessWire forums: http://processwire.com/talk/

There is also ProcessWire 2.1 in development if you are interested in helping to test and/or develop the latest version: https://github.com/ryancramerdesign/P21

REQUIREMENTS

  1. A web server running Apache.
  2. PHP version 5.2.4 or greater.
  3. MySQL 5.0.15 or greater.
  4. Apache must have mod_rewrite enabled.
  5. Apache must support .htaccess files.

INSTALLATION FROM ZIP

  1. Unzip the ProcessWire installation file to the location where you want it installed on your web server.

  2. Load the location that you unzipped (or uploaded) the files to in your web browser. This will initiate the ProcessWire installer. The installer will guide you through the rest of the installation.

INSTALLATION FROM GIT

  1. Git clone ProcessWire to the place where you want to install it.

  2. Load the location where you installed ProcessWire into your browser. This will initiate the ProcessWire installer. The installer will guide you through the rest of the installation.

TROUBLESHOOTING

If you run into a blank screen or an error you don't expect, turn on debug mode by doing the following:

  1. Edit this file: /site/config.php

  2. Find this line: $config->debug = false;

  3. Change the 'false' to 'true', like below, and save. $config->debug = true;

This can be found near the bottom of the file. It will make PHP and ProcessWire report all errors, warnings, notices, etc. Of course, you'll want to set it back to false once you've resolved any issues.

HAVE QUESTIONS, NEED HELP, OR FOUND A BUG?

Get support in the ProcessWire forum: http://processwire.com/talk/

You can also contact us at: http://processwire.com/contact/

ProcessWire 2.0 Copyright 2011 by Ryan Cramer