Table of Contents | ||||
---|---|---|---|---|
|
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 |
...
| 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. |
...
The |
...
includes |
...
call |
...
libraries |
...
as |
...
"quickpages/..." |
...
(ex: |
...
require_once("quickpages/lib/QuickPages.php"). |
...
| |
3rdparty/siteinasitting-1.0 |
...
| 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 | 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
Div |
---|