-->
Home » , , » Installing GeNIE on Centos, Chapter II.
Wednesday
18 July 2012

Installing GeNIE on Centos, Chapter II.

Installing Mysql.
mysql
You can download MySQL at http://www.mysql.org/ . Unzip it at the /usr/local/src/.
# cd /usr/local/src
# tar zxf mysql-5.1.x.tar.gz
# cd mysql-5.1.x
To support multilanguage, we set up it as utf8. Also, we set up /usr/local/mysql as a basic directory.
# ./configure
--prefix=/usr/local/mysql
--localstatedir=/usr/local/mysql/data
--with-plugins=innobase
--with-charset=utf8
--without-debug
# make
# make install
If you are first time at the MySQL, you have to install basic DB.
# /usr/local/mysql/bin/mysql_install_db
# useradd -d /usr/local/mysql mysql
# chown -R mysql.mysql /usr/local/mysql
# mysqladmin -u root password 'PASSWORD'

Installing Apache.

apache
Unzip apache's the latest version at the http://www.apache.org/, and then unzip it at the /usr/local/src/.
# cd /usr/local/src
# tar zxf httpd-2.2.x.tar.gz
# cd httpd-2.2.x
Compile DSO(Dynamic Shared Objects) to add module later. Also, compile adding ssl module.
#./configure \
--prefix=/usr/local/apache \
--enable-mods-shared=most \
--enable-so \
--enable-ssl
# make
# make install

Installing Php.

a.Preinstallation
After Installing basic module that have to set up, install php.
Pre-installed package
gd-2.0.35.tar.gz
freetype-2.3.9.tar.gz
giflib-4.1.6.tar.gz
jpegsrc.v6b.tar.gz
libiconv-1.12.tar.gz
libpng-1.2.35.tar.gz
libungif-4.1.4.tar.gz
libxml2-2.7.3.tar.gz
zlib-1.2.3.tar.gz
b.Download php-5.2.x at the http://www.php.net/ ,and then unzip at the /usr/local/src/ To upload the module as DSO format, please set the --with-apxs2 and php.ini file directory as --with-config-file-path.
# tar zxf php-5.2.x.tar.gz
# cd php-5.2.11
# ./configure \
--prefix=/usr/local/php \
--with-apxs2=/usr/local/apache/bin/apxs \
--with-config-file-path=/usr/local/apache/conf \
--with-mysql=/usr/local/mysql \
--with-jpeg-dir=/usr/local \
--with-png-dir=/usr/local \
--with-zlib --with-zlib-dir=/usr/local \
--with-freetype-dir=/usr/local \
--with-libxml-dir=/usr/local \
--with-iconv=/usr/local \
--with-gd=/usr/local \
--enable-mod-charset \
--enable-sigchild \
--enable-magic-quotes \
--enable-sockets \
--enable-zip \
--with-xsl --with-xmlrpc \
--with-curl --with-mcrypt
# make
# make test
# make install

Configuring Apache and php.

a. Configuring httpd.conf
# vi /usr/local/apache/conf/httpd.conf


ⅰ) Checking that php5 module is uploaded

LoadModule php5_module modules/libphp5.so


ⅱ) Setting up apache user authority

User nobody


Group nobody


ⅲ) Setting up server name

ServerName localhost:80


ⅵ) Adding additional type to connect to php

AddType application/x-httpd-php .html .htm .php .inc


AddType application/x-httpd-php-source .phps


ⅴ) Setting up to have read index.php for the first time

<IfModule dir_module>


DirectoryIndex index.php index.html index.htm


</IfModule>


ⅵ) Changing DocumentRoot

# Change the location that GeNIE solution will be install.


Edit DocumentRoot "/usr/local/apache/htdocs" to DocumentRoot "/usr/local/apache/htdocs/genie


ⅶ) Setting up Rewrite

You have to add /index.php/~ at all URL in case of using codeigniter
that is kind of php MVC frame work. Not to show off /index.php/, you need to do this work.


<Directory "/usr/local/apache/htdocs/genie">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
RewriteEngine On
RewriteCond %{REQUEST_URI} !^(/index\.php|/Userfiles|/static|\.js$)
RewriteRule ^(.*)$ /index.php/$1 [L]
</Directory> 

b. Configuring php.ini

Copy php.ini file.


# cp /usr/local/src/php-5.2.x/php.ini-dist /usr/local/apache/conf

# vi /usr/local/apache/conf/php.ini

Edit php.ini as following and save the file,

short_open_tag = On

Creating MySQL account & database.


i) Run MySQL DBMS

#/usr/local/mysql/share/mysql/mysql.server restart

ii) Login MySQL DBMS root account

#Enter >/usr/local/mysql/bin/mysql –u root –p mysql

Enter your own root password or just Enter the "Enter"key to the password enterance to the password enterance screen. Then, you can access root account.

iii) Create database for GeNIE solution

mysql>create database geniedata;

iv) Create account for GeNIE solution

mysql>grant all privileges on geniedata.* to genie@localhost identified by ‘genie1' with grant option;

ex) In this case, User : genie / password: genie1

v)After creating account, run flush privileges.

mysql>flush privileges;

Running Apache and Mysql.

a.Running Apache

#/usr/local/apache/bin/apachectl restart

b.Running Mysql

#/usr/local/mysql/share/mysql/mysql.server restart

Installing GeNIE.

a. Download GeNIE source

ⅰ) Download GinNIE'w the latest version, http://www.wow-heels.net/christian-louboutin-pumps-c-3.html/

ⅱ) After unzip downloded file, change the folder's name as genie.

ⅲ) move genie's folder to the c:\xampp\htdocs\

b. Installing GeNIE solution

i) Run http://www.wow-heels.net/christian-louboutin-pumps-c-3.html
.

Select language that you are likely to use.




ii) select the language that you are likely to use. (Korean or English)


accept the licence agreement of installation, and click on the “Next”button.

Adserver                   610x250
 




iii)Select GeNIE Installation Type. Select between Basic and Extended.

Set database that you've created already. Enter DBMS's server name, Database name, account, password correctly.



iv) Enter GeNIE's user information forrectly.



v) Go to the http://localhost/ , and check GiNIE works well


If you liked this article, subscribe to the feed by clicking the image below to keep informed about new contents of the blog:

0 commenti:

Post a Comment

Random Posts

  • Guides and tutorials for Zorin OS: Error While Installing Zorin OS.
    25.01.2023 - 2 Comments
    Zorin OS 12 is the new version of this desktop Linux distribution that was born in 2008 and has always been characterized by being aimed at the most novice users who are less familiar with GNU/Linux. Zorin OS is known for offering an interface very…
  • GPic Image View,A Simple And Fast Image Viewer With Low Memory Usage
    05.01.2009 - 0 Comments
    This little program is not aimed to be powerful or feature-rich.It's aimed to replace the default image viewer of current desktop systems. Fast-startup, low memory usage, and simple user interface make it a good choice for default…
  • MidnightBSD is a FreeBSD-derived operating system.
    02.02.2011 - 0 Comments
    MidnightBSD began as a fork from FreeBSD in 2005. The founder of the project, Lucas Holt, wished to create a BSD derived desktop operating system. He was familiar with several live CD projects, but not the work on PC-BSD or DesktopBSD. At the same…
  • Worker file manager: directory list view and commands.
    22.02.2013 - 0 Comments
    Directory list view. Introduction. Worker uses a two-pane approach for displaying directory content (also known as an orthodox file manager). Each of both sides supports several modes for showing different kind of information (directory mode,…
  • KBibTeX is a BibTeX editor for KDE to edit bibliographies used with LaTeX.
    06.08.2011 - 0 Comments
    KBibTeX is a reference management software primarily for BibTeX which is typically used in conjunction with TeX/LaTeX. Beyond normal editing capabilities, KBibTeX offers features such as searching and importing new references from Google Scholar…
  • Trinity Rescue Kit (TRK) is a bootable Linux distribution aimed specifically at offline operations: rescue, repair, password resets and cloning.
    19.08.2010 - 0 Comments
    Trinity Rescue Kit (TRK) is a bootable Linux distribution aimed specifically at offline operations for Windows and Linux systems such as rescue, repair, password resets and cloning.It has custom tools to easily recover deleted files, clone Windows…
  • BU Linux, based on Fedora Core Linux but specifically tailored for the BU environment.
    14.03.2008 - 0 Comments
    BU Linux is based on Fedora Core Linux, but specifically tailored for the BU environment. We've added security updates, made modifications to make software work better with the way things are set up here, and added some applications that we think…
  • Sidux, distribution with KDE and Xfce based on the unstable branch of Debian GNU/Linux.
    05.01.2010 - 0 Comments
    The Sidux distribution is a desktop-oriented operating system and live CD based on the unstable branch of Debian GNU/Linux. Besides full compatibility with its parent, the distribution also offers a custom kernel with support for a wide variety…
  • 10 of the Best Unity Lenses & Scopes for Ubuntu 11.10 “Oneiric Ocelot” & Ubuntu 12.04 “Pangolin”.
    08.05.2012 - 0 Comments
    It’s somewhat apt that Ubuntu’s ‘Lenses’ feature has brought Unity into clearer focus for many of its initial critics.  The search-orientated display windows – called ‘Lenses’ – make finding specific files, apps or information easy to do…
  • Guides and tutorials for Zorin OS: System Requirements.
    16.11.2023 - 0 Comments
     Find out if your computer is capable of running Zorin OS and which edition is better suited for your computer.These are the minimum hardware specifications required to install Zorin OS on a computer. If your computer doesn’t meet these…

Recent Posts

Recent Posts Widget

Popular Posts

Labels

Archive

page counter follow us in feedly
 
Copyright © 2014 Linuxlandit & The Conqueror Penguin
-->