The deployment manager allows Super User administrators to provision new websites for implementation. The Deployment Manager application is used to facilitate this workflow. Concepts
Deployment Manager Background Information
The deployment environment our websites live on is comprised of two “services”. You can think of a service as a “gateway” to a specific version of our application. The “blue” service gate opens to one set of codebase changes while the “green” service gate opens to another set. It is not important for you to understand these at a deep level, the only important thing to understand for implementation purposes is that the latest version of code (i.e. any new features or bug fixes being tested) will exist on the active canary service (usually “green”) while more stable code-releases will exist on the production service (usually “blue”.)
GREEN = Staging
BLUE = Production
Info |
---|
|
Production Service: the latest stable release of our platform codebase lives here. If in doubt, provision clients to the production service. Once a site is provisioned they may be moved from the production or canary service at a whim. Keep in mind changing services a site is on will change the underlying codebase the site uses.
Canary Service: any new features or testing happens on this service. It is possible it is identical to the code on the production service, but it is also possible it may vary.
\uD83D\uDCD8 Website Set-up & Configuration
Now that an organization, connection, and related channel distribution feed is configured, it is time to create the physical WordPress website that will display the property data; as well as allow the related client(s) to modify CMS content, consume form submissions, and take bookings.
Navigate to https://ngencloud-manager.cloud2-stg.rezfusion.com/ and login log in when prompted using your NGen Production staging (for training purposes) credentials. If you only have one set of credentials then these are both your production & staging credentials.
Create a new website using the UI and save. The website’s ID must be lowercase with no special characters(no spaces, or anything other than lowercase letters.) by clicking the orange plus sign in the bottom right hand corner.
Fill in the Site Title/Name - with the Company Name or Website Site Name
BLUETENT: Add the type of website, Essential, Cloud, or Microsite
Fill in the Site Identifier, it must be:
Lowercase letters ONLY
No special characters
No spaces
BLUETENT: This will be your 4 character moniker, i.e. nbtm, nbbe
Choose Active Service, for now - choose Green Service
Click Create Website
Click Ok on the Cloud Manager pop up to create your site
Once created, it will take a few moments to show up within the list. Once it shows up within the list, please allow for 5-10 minutes for the SSL certificate to be provisioned. Once the certificate finishes (you won’t see a “secure connection warning” when visiting the website), then it is time to begin implementing the configured channel and organization from the previous section.
If successful, you should be redirected to the /sites
list:
It can take some time, but this triggers (internally) a WordPress site installation process among SSL certificate provisioning, etc.
Code Block |
---|
NAME COMPLETIONS DURATION AGE
implementation-install-415 0/1 91s 91s |
Info |
---|
NOTE: There is no live indicator/notification (yet) for when the site is done. Simply refreshing the |
A fresh site should be provisioned shortly (5-10 mins) after creation:
https://bttessentials.rezfusion.com/
Once the site appears, click on the orange URL to go to the Wordpress site
Configuring Wordpress Site from Dev
Log in to WordPress by
visitingadding /wp-admin
to the end of your site URL (i.e. https://bttessentials.rezfusion.com/wp-admin)
Enable the Formidable Plugins (if not, already):
Click Plugins in the Navigation menu
Select all the Formidable Plugins (see below for the list) by checking the box
Use the Dropdown at the top of the section to select Activate and then click Apply
The forms will auto-populate:
Enable the WPCode Lite Plugin
Connect Wordpress site to Channel (Hub PMS Connection)
Navigate to “Hub API Settings” and configure the channel ID and channel organization values:
Log into Hub, Search for your Organization, Select it from the list
Copy the Channel Distribution URL
Navigate to the Hub API Settings > Channel Tab
Paste the Channel Distribution URL in the Hub Channel Identifier section
Paste that Channel Organization Name (Company Name) into the Hub Channel Organization
Click Save Hub Settings at the bottom of the page
Navigate to the search page and confirm the feed looks accurate:
Confirm checkout flow works & confirmation page works:
Confirm you can navigate to step 1 of checkout and the travel insurance, damage waiver, etc. look accurate:
Confirm you can reach secure SPS checkout:
Make sure the checkout button endpoint is correct on the checkout page edit:
Note |
---|
Note: it is a known bug we are working on where taxes is $0 in secure SPS and currency is CA. |
Tip |
---|
That’s it! Other than frontend CMS customizations and styling, the data feed for your website and secure bookings is configured. Your website is now ready to take bookings! |