Αναζήτηση

Wednesday, February 6, 2013

Installing Joomla! CMS on Windows PC


One of the most popular Content Management Systems (CMS) is the open source Joomla!.
To Joomla is written in PHP and uses a MySQL database
We show in simple steps how to do an installation in Joomla wampserver we have installed on our computer or a server
H wampserver installation procedure described here
The procedure is described as follows:
1. Downloads the latest (stable) version of joomla.
2. Create a directory under c:\ wamp\ www\
   (Eg c:\wamp\www\myjoomla)

Installing Web Server (wamp) on PC for web application development


Before getting Hosting, domain names, etc., it would be good to create an integrated development environment to our computer to develop our applications, we do our tests, and the application will be ready to publish on Internet, which has a monetary cost.
    Depending on the programming language and environment that we decide to use will need to install on your PC and the corresponding Web Server together with the need for the language and the database will use.
Because the configuration to work together (WebServer, programming language, database) are somewhat complicated process we would find a peketo where has it all together is customized and installing to get ready environment and deal only with the our application.
Such a package that combines apache Web Server with PHP Language and MySQL DataBase is Wampserver
Follow these steps: