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/17 18:01]
ramindud Added installation instructions related to Github
agasti:vesuvius:install [2014/02/26 11:23]
ravihansa3000
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**:   
Line 28: Line 38:
      * /etc/apache2/apache2.conf file needs to have AllowOverride set to 'All' under the DocumentRoot section      * /etc/apache2/apache2.conf file needs to have AllowOverride set to 'All' under the DocumentRoot section
  
-===Deprecated instructions associated with Launchpad===+====Deprecated instructions associated with Launchpad====
  
 **NOTE: Sahana Vesuvius has been officially moved to Github. We no longer provide developer support on Launchpad. However, the repositories are still available. Use at your own risk!** **NOTE: Sahana Vesuvius has been officially moved to Github. We no longer provide developer support on Launchpad. However, the repositories are still available. Use at your own risk!**

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