22 Aralık 2015 Salı

İşletim Sistemleri

Merhabalar ben sinan , Linux tabanında ubuntu Server kurulumu ve içerisine Mambo CMS Blog kulumundan bahsedeceğim.

önce tanımlamaları yapma gereği duydum;

VirtualBox:
Linux üzerinde yaygın olarak kullanılan sanallaştırma araçlarından birisidir. Böylece Windows ortamında çalışması gereken programları Linux altında kolaylıkla çalıştırabilirsiniz.

kurulumu
http://download.virtualbox.org/virtualbox/5.0.10/VirtualBox-5.0.10-104061-Win.exe



Ubuntu:
Linux tabanlı özgür ve ücretsiz bir işletim sistemidir.

kurulumu
http://releases.ubuntu.com/15.10/ubuntu-15.10-server-i386.iso.

Mambo:
Php nuke gibi (CMS) açık kaynak kodlu içerik yöneticisidir..  (PHP) Bu portal SEO dostu olması, erişimi kolay belge ve dosya yönetimi, güvenlik duvarları ve eklenti desteği sayesinde tercih sebebidir ve hala kullanılmaktadır.

INSTALLATION
------------

1. DOWNLOAD Mambo

You can obtain the latest Mambo release from:
http://source.mambo-foundation.org/Remository/Download/Mambo_Core_Files/.

Copy the tar.gz file into a working directory e.g.

$ cp MamboVx.x.x-Stable.tar.gz /tmp/Mambo

Change to the working directory e.g.

$ cd /tmp/Mambo

Extract the files e.g.

$ tar -zxvf MamboVx.x.x-Stable.tar.gz

This will extract all Mambo files and directories.  Move the contents
of that directory into a directory within your web server's document
root or your public HTML directory e.g.

$ mv /tmp/Mambo/* /var/www/html

Alternatively if you downloaded the file to your computer and unpacked
it locally use a FTP program to upload all files to your server.
Make sure all PHP, HTML, CSS and JS files are sent in ASCII mode and
image files (GIF, JPG, PNG) in BINARY mode.


2. CREATE THE Mambo DATABASE

Mambo will currently only work with MySQL.  In the following examples,
"db_user" is an example MySQL user which has the CREATE and GRANT
privileges.  You will need to use the appropriate user name for your
system.

First, you must create a new database for your Mambo site e.g.

$ mysqladmin -u db_user -p create Mambo

MySQL will prompt for the 'db_user' database password and then create
the initial database files.  Next you must login and set the access
database rights e.g.

$ mysql -u db_user -p

Again, you will be asked for the 'db_user' database password.  At the
MySQL prompt, enter following command:

GRANT ALL PRIVILEGES ON Mambo.*
TO nobody@localhost IDENTIFIED BY 'password';

where:

'Mambo' is the name of your database
'nobody@localhost' is the userid of your webserver MySQL account
'password' is the password required to log in as the MySQL user

If successful, MySQL will reply with

Query OK, 0 rows affected

to activate the new permissions you must enter the command

flush privileges;

and then enter '\q' to exit MySQL.

Alternatively you can use your web control panel or phpMyAdmin to
create a database for Mambo.


3. WEB INSTALLER

Finally point your web browser to http://www.mysite.com where the Mambo web
based installer will guide you through the rest of the installation.


4. CONFIGURE Mambo

You can now launch your browser and point it to your Mambo site e.g.

   http://www.mysite.com -> Main Site
   http://www.mysite.com/administrator -> Admin

You can log into Admin using the username 'admin' along with the
password that was generated or you chose during the web based install.


MAMBO ADMINISTRATION
---------------------

Upon a new installation, your Mambo website defaults to a very basic
configuration with only a few active components, modules and templates
(CMTs).

Use Admin to install and configure additional CMTs, add users, select
default language and much more.

Note that additional community-contributed CMTs and languages are

announced on the forums at http://forum.mambo-foundation.org.


kurulumu
http://sourceforge.net/projects/mambo/?source=typ_redirect

VirtualBox:



putty :

VirtualBox üzerinden Port Forwarding islemini yapmamız gerekir.Çok basittir
VirtualBoxtaki Serverımın Ayarlarından >Networking Ayarları>(Nat)bağlantısı seçili olarak>Advenced(Daha fazla)>Port Forwarding butonu ile karşımıza gelen pencerede




İşletim Sistemleri

Merhabalar ben sinan , Linux tabanında ubuntu Server kurulumu ve içerisine Mambo CMS Blog kulumundan bahsedeceğim.

önce tanımlamaları yapma gereği duydum;

VirtualBox:
Linux üzerinde yaygın olarak kullanılan sanallaştırma araçlarından birisidir. Böylece Windows ortamında çalışması gereken programları Linux altında kolaylıkla çalıştırabilirsiniz.

kurulumu
http://download.virtualbox.org/virtualbox/5.0.10/VirtualBox-5.0.10-104061-Win.exe



Ubuntu:
Linux tabanlı özgür ve ücretsiz bir işletim sistemidir.

kurulumu
http://releases.ubuntu.com/15.10/ubuntu-15.10-server-i386.iso.

Mambo:
Php nuke gibi (CMS) açık kaynak kodlu içerik yöneticisidir..  (PHP) Bu portal SEO dostu olması, erişimi kolay belge ve dosya yönetimi, güvenlik duvarları ve eklenti desteği sayesinde tercih sebebidir ve hala kullanılmaktadır.

kurulumu
http://sourceforge.net/projects/mambo/?source=typ_redirect

VirtualBox: