Skip to content
Alastair Paragas edited this page Aug 24, 2014 · 1 revision

Welcome to MyHonors

Production - Development

  • Rename config.sample.php to config.php. Fill in the constants and URLs:
    • PROJECT_ROOT_PATH - Absolute path to the root of the projects folder
    • FIREBASE_SECRET - Secret key for Firebase
    • FIREBASE_SETTINGS_URL
    • FIREBASE_VOLUNTEER_URL
    • FIREBASE_USERS_URL
    • FIREBASE_EVENTS_URL
  • Rename application/config.sample.js to application/config.js
  • Modify auth.php constants
    • SERVER_ADDRESS
    • BEFORE_USERNAME
    • AFTER_USERNAME
    • ERROR_STATEMENT
    • DISABLE_LDAP - True - Enable for production
  • Modify application/career/notify.php - make sure that DISABLE_EMAIL constant is set to false.
  • Modify application/firebase/FirebaseIO.js - change the Firebase reference to the applicable Firebase URL.
Clone this wiki locally