Skip to content

feklee/realitybuilder.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This directory contains code of the site hosted on: www.realitybuilder.com.

Directory separate

The directory separate is for content that should not be distributed as part of the RealityBuilder.com code, for example due to licensing issues, due to size, or because it contains sensitive information.

Admin interface

The date-time in the admin controls is shown in the time zone of the system/browser.

Configuration separate/config.json

The following configuration file is not distributed as part of the RealityBuilder.com source code:

separate/config.json

Sections, by examples:

  • Still images are not part of the code, due to their size. Download them from the RealityBuilder.com code hosting site, and host them wherever you like. Specify the location in separate/config.json as follows:

    "stillImagesBaseUrl": "http://example.com/still_images/"
    

    On GitHub you may find an archive of still images.

  • Twitter OAuth credentials:

    "twitter": {
        "consumer_key": "123",
        "consumer_secret": "abc",
        "access_token_key": "987",
        "access_token_secret": "xyz"
    }
    
  • Password for accessing /admin:

    "adminPassword": "p4ssw0rd"
    
  • Secret for session handling:

    "sessionSecret": "s3cr3t"
    
  • Base URL of the Reality Builder app:

    "appBaseUrl": "http://1-10-0.realitybuilder-hrd.appspot.com"
    

Internet Explorer support

To make the site work with Internet Explorer versions less than 9, FlashCanvas Pro is required. For reasons of license, this library is not included in the source code distribution. If desired, install it as follows:

  1. Download FlashCanvas Pro 1.5 or compatible.

  2. Place FlashCanvas Pro into:

    separate/public/FlashCanvasPro
    

Legal

Copyright 2011-2022 Felix E. Klee

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.