Skip to content

Celebrate Creation

aasam028 edited this page Jul 19, 2016 · 12 revisions

Migrating Celebrate Creation to the Production Server

Below are the changes to be made when migrating from Test to Production

  • Program

    • Webapps path on Quickforms3 server: C:\Users\Public\Documents\Tomcat7\webapps

    • Copy folder pregapp

    • Connect to Quickforms server

    • Destination folder: C:\Program Files\Apache Software Foundation\Tomcat 8.0\webapps

    • Paste pregapp folder from Quickforms3 to Quickforms

  • Database

    • Create a new database called pregapp in Quickforms with all the data copied from Quickforms3

    • Make sure username and password is correct in conf/context file under Tomcat folder

  • Email Notification

    • Replace all the “quickforms3” with “quickforms” in Java code in pregappSME module (get the latest code from GitHub)
  • Dashboard(Klipfolio)

    • REST API: no change needed as the program is totally migrated.

    • Klipfolio data source: change the URL from “quickforms3” to “quickforms

Clone this wiki locally