Changes between Version 1 and Version 2 of faq/setup-basebuilder


Ignore:
Timestamp:
Aug 23, 2007, 2:08:17 PM (18 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • faq/setup-basebuilder

    v1 v2  
    77To get yourself started using our central basebuilder code, follow the steps below. All items in CAPS should be replaced with the values for your particular site.
    88
    9  * Request a database from May First/People Link. You can do that by submitting a [ticket:newticket ticket]. You should receive the name of the database, the database username, and the database password.
     9 * Request a database from May First/People Link. You can do that by submitting a [/newticket ticket]. You should receive the name of the database, the database username, and the database password.
    1010
    1111 *  ssh into your server.
     
    3434{{{
    3535cp /usr/local/share/basebuilder/docs/config.inc.php.sample
    36 /home/members/[member-name]/sites/[domain-name]/include/config.inc.php
     36/home/members/MEMBER-SHORT-NAME/sites/DOMAIN-NAME/include/config.inc.php
    3737}}}
    3838
     
    4040{{{
    4141$mj_config['path'] = '/usr/local/share/basebuilder';
    42 $mj_config['databases_path'] =
    43 '/home/members/[member-name]/sites/[domain-name]/include/databases';
    44 $mj_config['db_admin_url'] = 'https://[your-primary-host].mayfirst.org/phpmyadmin';
     42$mj_config['databases_path'] = '/home/members/MEMBER-SHORT-NAME/sites/DOMAIN-NAME/include/databases';
     43$mj_config['db_admin_url'] = 'https://YOUR-PRIMARY-HOST.mayfirst.org/phpmyadmin';
    4544$mj_config['db_names']['NAME-OF-YOUR-DB'] = '[Friendly name of your organization]';
    4645$mj_config['default_db'] = 'NAME-OF-YOUR-DB';
     
    5150mkdir /home/members/MEMBER-SHORT-NAME/sites/DOMAIN-NAME/include/databases
    5251}}}
    53  * Temporarily change the permissions, so the web server can write to it (for
    54 layout wizards):
     52 * Temporarily change the permissions, so the web server can write to it (for layout wizards):
    5553
    5654{{{
     
    6260chmod 755 /home/members/MEMBER-SHORT-NAME/sites/DOMAIN-NAME/include/databases
    6361}}}
    64  * Go to:
    65 
    66  !http://DOMAIN-NAME/db
    67 
    68 to complete the setup.
     62 * To complete the setup, go to: !http://DOMAIN-NAME/db