Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Use subversion to download the source code:

Code Block
bash
bash
cd /var/www/core
svn co http://code.google.com/p/terena-core/trunk 

Change Create empty configuration file, and change permissions so that the following directories and files are writable by the web server user. In most cases this is www-data:www-data:

Code Block
shell
shell
cd var/www/core/trunk
touch application/configs/application.ini
sudo chown -v www-data:www-data cache data/logs data/mails languages uploads public/includes
sudo chown -v www-data:www-data public/.htaccess public/index.php application/configs/application.ini

...