Learn the powerful enterprise adaptable database:

Getting Started With ADABAS & Natural

Saturday, April 19, 2014

Installing Joomla 3.2 On USBWebServer


-----
Install Joomla 3.2 On USBWebServer

STEPS

1) Download and setup UsbWebserver Folder group.

1.1) Download UsbWebserver from www.usbwebserver.net
1.2) Extract the contents to C:\USBW

2) Download and setup Joomla32 Folder group.

2.1) Download Joomla30 (e.g. Joomla_3.2.3-Stable-Full_Package.zip) from www.joomla.org .
2.2) Extract the contents to C:\USBW\root\joomla32

3) Setup MySQL Database Joomla32.

3.1) Find usbwebserver.exe program in C:\USBW\ folder. Run usbwebserver.exe program.
3.2) Check that Apache and MySQL server indicator light is in green color.
Unblock the programs if the Windows Firewall asks your permission.
3.3) Click PHPMyAdmin button and enter Login details (default: root/usbw).
3.4) Click Databases tab. Type “joomla32”. Click Create button.
3.5) All databases that you created will appear in the Left Panel.

4) Install Joomla.

4.1) In USBW Control Panel, click Localhost button.
4.2) Add joomla32 at the end of the URL address.
4.3) Main Configuration.
4.4) If you get “in progress” error like below, it is possible that the package is having a problem. It is recommended that you install the previous version as Joomla 3.1 .
Otherwise proceed to next step.
-----

Installing Joomla 3.1 On USBWebServer


-----
Install Joomla 3.1 On USBWebServer

STEPS

1) Download and setup UsbWebserver Folder group.

1.1) Download UsbWebserver from www.usbwebserver.net
1.2) Extract the contents to C:\USBW

2) Download and setup Joomla31 Folder group.

2.1) Download Joomla30 (e.g. Joomla_3-1-0-Stable-Full_Package.zip) from www.joomla.org .
2.2) Extract the contents to C:\USBW\root\joomla31

3) Setup MySQL Database Joomla31.

3.1) Find usbwebserver.exe program in C:\USBW\ folder. Run usbwebserver.exe program.
3.2) Check that Apache and MySQL server indicator light is in green color.
Unblock the programs if the Windows Firewall asks your permission.
3.3) Click PHPMyAdmin button and enter Login details (default: root/usbw).
3.4) Click Databases tab. Type “joomla31”. Click Create button.
3.5) All databases that you created will appear in the Left Panel.

4) Install Joomla.

4.1) In USBW Control Panel, click Localhost button.
4.2) Add joomla31 at the end of the URL address.
4.3) Main Configuration.
4.4) Database Configuration.
Username= root
Password= usbw
Database Name= joomla31
4.4) Finalisation.
It is recommended that you:
a) Install Sample Data: Default.
b) Email Configuration.
Click Install.
4.5) Installation Done.
Click Remove Installation folder.

5) Test Installation.

5.1) Find the Site and Administration button (below the Remove Installation button).
5.2) Right-click the Site button and choose to open the page in new tab.
5.3) Right-click the Administrator button and choose to open the page in new tab.
-----

Installing Joomla 2.5 On USBWebServer


-----
Install Joomla 2.5 On USBWebServer

STEPS

1) Download and setup UsbWebserver Folder group.

1.1) Download UsbWebserver from www.usbwebserver.net
1.2) Extract the contents to C:\USBW

2) Download and setup Joomla25 Folder group.

2.1) Download Joomla25 (e.g. Joomla_2.5.19-Stable-Full_Package.zip) from www.joomla.org .
2.2) Extract the contents to C:\USBW\root\joomla25

3) Setup MySQL Database Joomla25.

3.1) Find usbwebserver.exe program in C:\USBW\ folder. Run usbwebserver.exe program.
3.2) Check that Apache and MySQL server indicator light is in green color.
Unblock the programs if the Windows Firewall asks your permission.
3.3) Click PHPMyAdmin button and enter Login details (default: root/usbw).
3.4) Click Databases tab. Type “joomla25”. Click Create button.
3.5) All databases that you created will appear in the Left Panel.

4) Install Joomla.

4.1) In USBW Control Panel, click Localhost button.
4.2) Add joomla25 at the end of the URL address.
4.3) Choose Language.
Accept default.
Click Next.
4.4) Pre-Installation check.
If there is no error, click Next.
4.5) License.
Click Next.
4.6) Database Configuration.
Database Type=Mysqli
Host Name= localhost
Username=root
Password=usbw
Database Name=joomla25
4.7) FTP Configuration.
Skip and Click Next.
4.8) Main Configuration
Site Name= Joomla25
Your Email= youremail@gmail.com
Admin Username= admin
Admin Password= password
Click Install Sample Data.
Click Next.
4.9)Finish.
Click Remove installation folder button.

5) Test installation.

5.1)Find the Site and Administrator button.
5.2) Right-click Site button and choose option to open page in new tab.
5.3) Right-click Administrator button and choose option to open page in new tab.
 
-----

Wednesday, April 2, 2014

Working with Project Panel in Notepad++


-----
Working with Project Panel in Notepad++

STEPS

0) Pre-requisite:
1) Run Notepad++.
2) Go to Menu View/Project/Project Panel 1.
3) Project Panel.
4) Add New Project.
4.1) Create a new project in your Web Root, eg {webroot}/php101.
4.2) Switch back to Notepad++, click Workspace button, click Add New Project.
4.3) Type project name, eg php101
4.4) In the Project Panel, click Edit, click “Add Files from Directory…”
4.5) Browse and select the folder that you have created in Step 4.1.
4.6) Project Files added to Project Panel.
4.7) Start editing by double-clicking the file name, eg index.php