Changes between Version 1 and Version 2 of setup_development_workstation_mac
- Timestamp:
- May 11, 2011, 6:29:36 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
setup_development_workstation_mac
v1 v2 111 111 Reload Apache so these changes take effect by going to system preferences > sharing and enabling web sharing. 112 112 113 NOTE: If you are developing a Drupal project, you will need to edit your .htaccess file. There's a line that says the following:114 115 {{{116 # If your site is running in a VirtualDocumentRoot at http://example.com/,117 # uncomment the following line:118 RewriteBase /119 }}}120 121 You will want to uncomment the RewriteBase directive as shown above.122 123 113 == Steps to create a new project == 124 114 … … 150 140 }}} 151 141 142 143 NOTE: If you are developing a Drupal project, you will need to edit your .htaccess file. There's a line that says the following: 144 145 {{{ 146 # If your site is running in a VirtualDocumentRoot at http://example.com/, 147 # uncomment the following line: 148 RewriteBase / 149 }}} 150 151 You will want to uncomment the RewriteBase directive as shown above. 152 152 153 Now you are ready to begin. You can start placing files in your project's web directory and access your project at the URL: !http://mayfirst.local/ 153 154