Apache
- This application assumes you're running Apache.
- You also need
mod_rewrite
installed - Your server should allow
.htaccess
files, and they should be able to set mod_rewrite settings.
(Note, these latter two requirements are normal for standard installations.)
PHP
Our libraries and this application require PHP 5.3 or greater.
Networking
The LearningStudio APIs have no special firewall or IP address restrictions. Simply ensure your machine or network allows outbound connections to api.learningstudio.com. Unless you are on a highly secured corporate network, this is rarely be a problem. Note, the API hostname does not respond to PINGs.
You will need to register on the Pearson Developers Network and create an application to obtain API keys and sandbox courses. When you create an application, you'll receive an email (within 5 minutes) containing your Application ID, two sandbox courses, and two sandbox users (a teacher and a student). You will also get the campus keys for the Sandbox Campus.
Please be sure to read the documentation to better understand our data model and authentication scheme.
Simply unzip/unpack the helloworld
folder to your server. You should be able to access this folder from an address like:
http://yourserver.com/helloworld
Once you obtain your API keys and sandbox credentials (see above), you'll need to add these values to the Resources/HelloWorldConfig.ini
file.
Once installed and configured, go to the helloworld folder in your browser, e.g.:
http://yourserver.com/helloworld/index.php
The index.php file describes how to use the application.
Copyright (c) 2014 Pearson Education Inc. Created by Pearson Developer Services
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.