Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

->

joomla setup <-

1. install fedora 18 2.install & configure httpd web server with php 2.1 install httpd and php packages #yum install httpd php php-mysql 2.2 configure httpd #cd /etc/httpd/conf #vi httpd.conf ServerAdmin eugen@aiolinux.ro ServerName www.aiolinux.ro:80 2.3 start httpd service #systemctl start httpd.service #systemctl enable httpd.service 3.install & configure mysql database server 3.1 install mysql packages #yum install mysql-server mysql 3.2 start mysqld service #systemctl start mysqld.service #systemctl enable mysqld.service 3.3 set root password for mysql # mysql_secure_installation Enter current password for root (enter for none): <-- ENTER OK, successfully used password, moving on... Set root password? [Y/n] <-- ENTER New password: <-- yourrootsqlpassword Re-enter new password: <-- yourrootsqlpassword Password updated successfully! Remove anonymous users? [Y/n] <-- ENTER... Success! Disallow root login remotely? [Y/n] <-- ENTER... Success! Remove test database and access to it? [Y/n] <-- ENTER... Success! Reload privilege tables now? [Y/n] <-- ENTER... Success! All done!

www.arondmessaging.ro www.facebook.com/aiolinux

4.install & configure joomla 4.1 download joomla #cd /var/www/html #mkdir aiolinux #wget http://joomlacode.org/gf/download/frsrelease/18838/86936/Joomla_3.2.0-Stable-Full_Package.zip #unzip Joomla_3.2.0-Stable-Full_Package.zip 4.2 edit httpd.conf to add joomla site #cd /etc/httpd/conf.d #touch aiolinux.conf #vi aiolinux.conf <VirtualHost *:80> ServerAdmin eugen@aiolinux.ro DocumentRoot /var/www/html/aiolinux ServerName www.aiolinux.ro ErrorLog logs/aiolinux.ro-error_log CustomLog logs/aiolinux.ro-access_log common </VirtualHost> 4.3 configure joomla load in firefox http://www/aiolinux.ro select language - english pre-installation check - all green license - ok database configuration database type - mysql host name - localhost usernamne - root password - P@$$w0rd database name - aiolinux ftp configuration - no main configuration site name - AIO LINUX workshop your email - eugen@aiolinux.ro admin password - P@$$w0rd ! click install sample data ->remove folder named installation from /var/www/html/installation 5.load your new website

www.arondmessaging.ro www.facebook.com/aiolinux

You might also like