Installationsanleitung Magento 1.3 Onlineshop

Geschrieben von Markus Klimek

Umfeld: OpenSuse11 mit Zend, Magento 1.3.2.4

tar -xzvf magento-1.3.2.4.tar.gz

chown -R wwwrun:www magento
oder
chown -R zend:zend shop

chmod -R 777 app/ media/ var/

/etc/my.cnf anpassen
--------------------------------------------------------------------------------------------------
#skip-innodb
# Uncomment the following if you are using InnoDB tables
innodb_data_home_dir = /var/lib/mysql/
innodb_data_file_path = ibdata1:10M:autoextend
innodb_log_group_home_dir = /var/lib/mysql/
innodb_log_arch_dir = /var/lib/mysql/
# You can set .._buffer_pool_size up to 50 - 80 %
# of RAM but beware of setting memory usage too high
innodb_buffer_pool_size = 16M
innodb_additional_mem_pool_size = 2M
# Set .._log_file_size to 25 % of buffer pool size
innodb_log_file_size = 5M
innodb_log_buffer_size = 8M
innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout = 50

# The safe_mysqld script
skip-bdb

Easy Wins
Be sure the Magento caches are enabled

query_cache_type=1
query_cache_size=64M

--------------------------------------------------------------------------------------------------
magento-check.php ausführen

Das Ergebnis sollte so aussehen:

Congratulations! Your server meets the requirements for Magento.

* You have PHP 5.2.0 (or greater)
* Safe Mode is off
* You have MySQL 4.1.20 (or greater)
* You have the curl extension
* You have the dom extension
* You have the gd extension
* You have the hash extension
* You have the iconv extension
* You have the mcrypt extension
* You have the pcre extension
* You have the pdo extension
* You have the pdo_mysql extension
* You have the simplexml extension

 

Tipp: magento-check.zip downloaden und prüfen

Kategorie:
Wir benutzen Cookies
Wir verwenden Cookies, um Ihre Erfahrung auf dieser Website zu optimieren und Ihnen Dienstleistungen und Kommunikation anzubieten, die auf Ihre Interessen zugeschnitten sind. Durch die weitere Nutzung unserer Website oder mit dem Klick auf “Akzeptieren” stimmen Sie der Verwendung dieser Cookies zu. Detaillierte Informationen und wie Sie der Verwendung von Cookies jederzeit widersprechen können, finden Sie in unserer Datenschutzerklärung.