Difference between revisions of "Game Box Creation - Testing"

From BOARD18 Project WIKI
Jump to navigation Jump to search
(Initial version of this page)
 
Line 18: Line 18:
===Creating The BOARD18 Test Site===
===Creating The BOARD18 Test Site===
Next you must create a BOARD18 site on your Apache server.<br>
Next you must create a BOARD18 site on your Apache server.<br>
[[How_To_Create_a_BOARD18_WEB_Site|This help file]] was intended for people seting up remote servers, but it has all the information that you need to create a local test server.
'''[[How_To_Create_a_BOARD18_WEB_Site|<span style="color: Green">This help file</span>]] was intended for people seting up remote servers, but it has all the information that you need to create a local test server.'''


===Loading Your Game Box===
===Loading Your Game Box===


==Other Ways To Get It Tested==
==Other Ways To Get It Tested==

Revision as of 06:21, 22 September 2013

Once you have a finished JSON control file and the associated image files for a game box, the next step is to test it.
But first you should pass the finished JSON file through a JSON validater like JSON lint.

Game Box Creation edit

"Do It Yourself" Testing

Here are the steps necessary to test the game box on your own PC before publishing it in any form. The setup for this procedure is not easy to do and requires a PC that can run an Apache server. If you can not or are not willing to do this, then skip to the Other Ways To Get It Tested section below.

The Testing Environment

To test a board18 game box you must have a working BOARD18 server. Your local PC could be used for this. This is especially true if you are running a Linux distribution on the PC.

Installing Apache, MySql and PHP on your PC is a bit time consuming, but it can be done by following the detailed instructions available for various operating systems.

For Ubuntu LINUX see ApacheMySQLPHP. For Windows see Apache for Windows or WampServer.
There is much more documentation out there and it covers other operating systems too.

Creating The BOARD18 Test Site

Next you must create a BOARD18 site on your Apache server.
This help file was intended for people seting up remote servers, but it has all the information that you need to create a local test server.

Loading Your Game Box

Other Ways To Get It Tested