Versions Compared

Key

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

...

Note
titleExtra Apache configuration options

If you plan on uploading large files via Islandora you may want to increase the maximum file size settings in Drupal.
You can do this by creating a custom INI file in "/etc/php5.d/conf.d" with the following settings:

Code Block
languagebash
upload_max_filesize = 2048M
post_max_size = 2048M
memory_limit = 256M

You must then restart Apache using one of the following commands:

Code Block
languagebash
/etc/init.d/apacheapache2 reload

OR

Code Block
languagebash
/etc/init.d/httpd restart

...

Code Block
# $FEDORA_HOME/tomcat/bin/shutdown.sh
# /etc/init.d/mysql stop
# /etc/init.d/apacheapache2 stop

# cd /usr/local 
# tar -cvzf fedora-milestone2.tar.gz fedora

# cd /var/lib 
# tar -cvzf mysql-milestone2.tar.gz mysql

# cd /var/www
# tar -cvzf drupal-milestone2.tar.gz drupal

# /etc/init.d/mysql start
# $FEDORA_HOME/tomcat/bin/startup.sh
# /etc/init.d/apacheapache2 start

 

For a good introduction to Drupal and to learn how to harness its power and potential to create a site that meets your needs, access Drupal’s extensive online documentation. Drupal’s active open source community is another valuable source of information.