OpenPro Install Instructions - Windows/Apache Server

Back

OpenPro Windows Installation Setup

The following is a detail manual for windows server or work station withApache, Mysql and OpenPro system. http://www.openpro.com

Installation of OpenPro on Windows machines, windows XP, 2000, 2003, 2005 and later work stations and servers.

Check for prior versions of IIS running, apache, mysql or php, remove them all.

Have openpro apps server directory on cd, download or memory stick with OpenPro Installation, appserv 2.5.10 using apache, mysql and php install files.

Create inetpub folder, check that iis or mysql is not running before.

Create a folder inetpub and wwwroot if they do not exist.

Install apache

Appserv‐win32‐2.5.10

Change folder to inetpub

Switch to custom

Unmark phpmyadmin since that is part of OpenPro

Enter in localhost, and your emal address

Put in password of openpro and check old password support and innodb.

Unblock windows firewall if that is an issue.

Test php is working.
Copy the file testphp.php to the inetpub/wwwroot folders.

Copy http.conf to the inetpub/apache/conf folder
And restart apache

Restart apache

Click on testphp.php

It shows that php is up and running and the web server is working.
Then install ioncube.

Change the folder to inetpub php folder and install, then MOVE THE php.ini file from the installation folder to the c:\windows folder.

Then restart apache server to make the change work.
Install the OpenPro database either via the command prompt or openpro web database interface.

  • Localhost/openpro/sql/
  • Login root/openpro
  • the database openpro create
  • method command

Open up the cmd for mysql, cut and paste the create database openpro to create a new database called openpro.

Go to all programs>mysql command prompt, put in the password then right click past the create database openpro; command and hit enter.

Or go to:

  • run cmd, get a dos prompt, change directory to the mysql/bin folder
  • Type in mysql –u root –p and hit enter
  • Enter in the password openpro
  • Them right click past the create database command.
  • Move the backup file from the installation folder openpro_demo.sql to the mysql bin folder.

mysql ‐u root ‐p openpro < openpro_demo.sql the command past to the command prompt, enter in the password wait 30 seconds and it will load the database.

Paste the commands from the text file genbarcode from the installation disk to the php copy 5 folder.

Now we can load openpro and test openpro.

Take the OpenPro zip file and extract it to the inetpub\wwwroot\openpro folder.

Copy the sqlinfo.php file and paste to the inetpub/wwwroot/openpro folder.
Open OpenPro from the browser and try to login to openpro.

Login using admin/openpro/demo and verify it works, then you can go to the work stations on the network, enter in the ip address of the server/openpro to login.

For a customer, you get the registration file, move register.php to the inetpub/wwwroot/openpro folder and open up a browser with localhost/openpro/register.php enter in the registration and hit save.