Documentation

System Requirements

Installation

  1. Download Projexr 1.0r1 beta
  2. Open the px-config.php file
  3. Update the following lines to match your host information
    • DB_NAME - this is your database name
    • DB_USER - a database user with permissions to your database
    • DB_PASSWORD - the password for that user
    • DB_HOST - the server where your database resides (usually it's "localhost")
    • DB_CHARSET - this is utf8 by default for Projexr, and probably shouldn't have to change this
    • DB_COLLATE - this is blank by default, and also, typically doesn't need to be changed.
  4. $table_prefix -"px_" by default. You can change this to whatever you'd like, but make sure it's only letters, numbers, underscores or dashes... Please.
  5. Save and close the px-config.php file.
  6. Upload all the Projexr stuff to your server.
  7. In your web browser, surf to where you uploaded your stuff. You should prompted with some very simple questions:
    • Site Name
    • Create your Super User/Username
    • Enter a Password
  8. Click Install and you're done.

Quick Usage Tips

Site Editor

If you're installing Projexr to a subdirectory, example (http://localhost/projexr/), you'll need to update the site location, at the bottom of the options, just above Google Analytics. Please include the full URL, http:// and everything.

Add-ons

To include an add-on in a page, you simply have to use the following { { add-on name } }  without spaces, and both curly braces. An example for including a calendar would be {{px-cal}} .

If you want to create your own add-ons, you gotta know a tad about PHP.

 A de-activated Add-on will simply show the Add-on line you've included in your copy, I've disabled the Add-on PX-Calendar to get it to appear in the above paragraph, that and I actually don't need it for this site. It will also appear in the Add-ons list, like the screen grab on the right.

To activate an Add-on, simply click the "Activate" link, next to settings.

Add-on settings are merely CSS, at the moment. With future releases and better Add-ons, you should see more in terms of customizations, administrative settings, and things of that nature.

Even More Projexr Documentation

Questions?

Please send questions and comments to team [at] digithrive [dot] com or use our contact form here.