Theme of this Trail
This trail will show you how to install a Ringside Social Application Server on your machine using the Ringside Installer. After you complete this trail, you will have a fully functional Ringside server that you can use to complete the rest of the trails.
Download
Introduction
 | Special thanks to the folks at BitRock for working with us on the installers. |
The Ringside installer package contains all the stuff you need to get started with social application development:
- Apache/MySQL/PHP
- PHP Extensions for Deploying and Development
- For Development : PhpDocumentor, PHPUnit, phing, Xdebug, XSL
- For Social Server : CURL, Tidy, MDB2, Cache_Lite, MBString
- PHPMyAdmin
- Ringside Social Application Server
- REST-based API Server (including growing support for FB API)
- Social DSL Rendering (including a growing FBML support)
- Extension APIs (APIs not available in public Social networks)
- Web Layer (A demo/starter community )
Install Start
Install Ringside for your platform:
| |

windows |

linux |

mac |
Start Notes |
Double click the installer application to run |
- Make the installer executable
chmod +x RingsideNetworks-1.0-0-linux-installer.bin
- Execute the installer (does NOT require root)
./RingsideNetworks-1.0-0-linux-installer.bin
|
- Un-compress the .tgz file to Desktop
- Double click the installer application to run
|
 |
If you are installing on Windows, and you wish to install the software in a directory that has one or more spaces in it, you must ensure that Windows has 8.3 name support enabled. To see if your Windows has 8.3 name support, run this at a cmd window: "fsutil.exe behavior query disable8dot3". If it shows that setting is "1", then you must either elect to install in a directory that has no spaces in it or you must enable 8.3 by executing this: "fsutil.exe behavior set disable8dot3 0". If you do have to change that setting, you must reboot your Windows machine prior to running the installer in order for it to take effect. |
Installer Steps
Step 1. Select Components:
- optionally install PhpMyAdmin.

Step 2. Installation Folder

Step 3. Setup MySQL
- configure your root password, Ringside DB schema name, and Ringside MySQL user.
Step 4. Configure Other Properties
- set your administrator email, and optionally configue PHPMyAdmin.
Step 5. Complete Install
- make sure "Launch Ringside Networks" is checked
- Then click "Finish" (keep "Launch Ringside Networks" to get to next step).

Step 6. Run Setup
- A browser window will pop up pointing to http://localhost:8080/setup.php and should tell you that everything is ok.
- This step automatically
- Checks for required modules
- Validates systems API and SECRET keys are available
- Checks DB settings
- Setups initial and test data
- Outputs some start information
- Provides link to login information

Further information about installing and updating.
Surfing around the demo applications
Starting and Stopping Ringside Servers
[Errors, Warnings, FAQ]
[Running Setup more than once]
Installation and Update with Pear
Go to the next trail to build your first application!