Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
agasti:vesuvius:install [2014/02/26 11:14]
ravihansa3000
agasti:vesuvius:install [2014/02/27 05:23] (current)
Line 12: Line 12:
   - Clone your personal fork to your computer.   - Clone your personal fork to your computer.
   - Install an Apache server stack. (XAMPP or WAMP is recommended)   - Install an Apache server stack. (XAMPP or WAMP is recommended)
 +  - Edit PHP configuration file - php.ini
 +    * Enable PHP short tags by inserting the line "short_open_tag=On"
 +    * Set default timezone value
 +  - Load the timezone tables into MySQL server
 +    *Visit [[https://dev.mysql.com/doc/refman/5.5/en/time-zone-support.html|here]] for more instructions.
   - Follow the instructions in the INSTALL file in your checked out code to get a local instance of Vesuvius up and running.   - Follow the instructions in the INSTALL file in your checked out code to get a local instance of Vesuvius up and running.
   - **.htaccess file**:    - **.htaccess file**: 
Line 23: Line 28:
   - Clone your personal fork to your computer.   - Clone your personal fork to your computer.
   - Install an Apache server stack. (LAMP)   - Install an Apache server stack. (LAMP)
 +  - Edit PHP configuration file - php.ini
 +    * Enable PHP short tags by inserting the line "short_open_tag=On"
 +    * Set default timezone value
 +  - Load the timezone tables into MySQL server
 +    *Visit [[https://dev.mysql.com/doc/refman/5.5/en/time-zone-support.html|here]] for more instructions.
   - Follow the instructions in the INSTALL file in your checked out code to get a local instance of Vesuvius up and running.   - Follow the instructions in the INSTALL file in your checked out code to get a local instance of Vesuvius up and running.
   - **.htaccess file**:      - **.htaccess file**:   

QR Code
QR Code agasti:vesuvius:install (generated for current page)