Changes between Version 2 and Version 3 of faq/setup-basebuilder
- Timestamp:
- Aug 23, 2007, 2:09:26 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/setup-basebuilder
v2 v3 18 18 }}} 19 19 20 * Copy the basebuilder web directory to your web directory with the name 21 "db": 20 * Copy the basebuilder web directory to your web directory with the name "db": 21 22 22 {{{ 23 23 cp -r /usr/local/share/basebuilder/web db … … 38 38 39 39 * Edit the config file. Change: 40 40 41 {{{ 41 42 $mj_config['path'] = '/usr/local/share/basebuilder'; … … 47 48 48 49 * Create the databases directory: 50 49 51 {{{ 50 52 mkdir /home/members/MEMBER-SHORT-NAME/sites/DOMAIN-NAME/include/databases 51 53 }}} 54 52 55 * Temporarily change the permissions, so the web server can write to it (for layout wizards): 53 56 … … 56 59 }}} 57 60 58 Don't forget to change it back when you are done with the Layouts Wizard! 61 * Don't forget to change it back when you are done with the Layouts Wizard! 62 59 63 {{{ 60 64 chmod 755 /home/members/MEMBER-SHORT-NAME/sites/DOMAIN-NAME/include/databases 61 65 }}} 66 62 67 * To complete the setup, go to: !http://DOMAIN-NAME/db