Changes between Version 1 and Version 2 of faq/setup-basebuilder
- Timestamp:
- Aug 23, 2007, 2:08:17 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/setup-basebuilder
v1 v2 7 7 To 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. 8 8 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. 10 10 11 11 * ssh into your server. … … 34 34 {{{ 35 35 cp /usr/local/share/basebuilder/docs/config.inc.php.sample 36 /home/members/ [member-name]/sites/[domain-name]/include/config.inc.php36 /home/members/MEMBER-SHORT-NAME/sites/DOMAIN-NAME/include/config.inc.php 37 37 }}} 38 38 … … 40 40 {{{ 41 41 $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'; 45 44 $mj_config['db_names']['NAME-OF-YOUR-DB'] = '[Friendly name of your organization]'; 46 45 $mj_config['default_db'] = 'NAME-OF-YOUR-DB'; … … 51 50 mkdir /home/members/MEMBER-SHORT-NAME/sites/DOMAIN-NAME/include/databases 52 51 }}} 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): 55 53 56 54 {{{ … … 62 60 chmod 755 /home/members/MEMBER-SHORT-NAME/sites/DOMAIN-NAME/include/databases 63 61 }}} 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