Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Table of Contents
includePagestrue
excludeContents|On this page:



SVN 

...

svn+ssh://svn.mit.edu/zest/

...

QuickPages 

DEV SERVER

Server:  cms-dev-qp1.mit.edu

...

MySQL

...

database:

...

  /usr/bin/mysql

...

-u

...

repos

...

-p

...

-D

...

quickpages

...

on

...

localhost

DIRECTORY SETUP 

Most includes rely on the php.ini

...

include

...

path.

...

  Add to your php.ini

...

include_path

...

the

...

path

...

to

...

the

...

dir

...

called

...

quickpages.

...

This

...

is

...

/home/repos/quickpages

...

on

...

dev and  production systems.
  

Parent Directory

Children

notes

QuickPages include directory for libraries
ex.:  /home/repos/quickpages

...

 

   The directory where all the libraries will go. It contains libraries and configuration information. This should not be under DOCROOT, so we may minimize exposure to the outside world.  On your own laptop you may put it anywhere you please.
Add the parent directory to php.ini (ex: "/home/repos").

...

The

...

includes

...

call

...

libraries

...

as

...

"quickpages/..."

...

(ex:

...

require_once("quickpages/lib/QuickPages.php").

...

 


3rdparty/siteinasitting-1.0

...


 DOCROOT your webserver docroot
  sites/Create this directory and make it writeable. It's where user sites will be stored.
  (optional) logs/
I set my httpd.conf to log QP stuff separately. Create the dir and make it writeable if you use it.
  www/ The directory our pages are served from - manage.php, index.php, etc. - not maintained by DKSi

  DKSi's libraries - does not serve content  -  corresponds to svn.mit.edu/zest/QuickPages/siteinasitting-1.0

...


 

lib/

our QuickPages libraries - corresponds to svn.mit.edu/zest/QuickPages/lib

...


 

templates/

the page templates - corresponds to svn.mit.edu/zest/QuickPages/siteinasitting/templates

...

 

wizards/

...

DKSi

...

create

...

and

...

edit

...

wizards

...

-

...

corresponds

...

to

...

svn.mit.edu/zest/QuickPages/siteinasitting/

...


NOT FOR PRODUCTION

(optional)
simpletest/
unittests/

If you're running unit tests ( if???

...

when

...

!

...

!

...

!),

...

add

...

these

...

under

...

docroot.

...

Simpletest

...

is

...

a

...

copy

...

of

...

the

...

Simpeltest

...

libraries

...

(see

...

www.simpletest.org)

...

.

...

  unittests/

...

are

...

our

...

unit

...

tests

...

written

...

for

...

this

...

project.
 

Other SVN directories

sql/ - sql scripts for creating the database, etc.
mockups/ - graphic design materials

\\   \\ | h2. Other SVN directories sql/ - sql scripts for creating the database, etc. mockups/ - graphic design materials {div} {div}
Div