Skip to Content

maplewoodseniorliving.com

https://www.maplewoodseniorliving.com/

The site is hosted on Warschawski’s A2 reseller account.

  • CPanel login is in 1Password under ‘Maplewood – WordPress’
  • WordPress login is in 1Password under ‘Maplewood – WordPress’
  • GoDaddy access is available via delegate access under ‘Tom Caprio’

SSH Keys for dev team members are active on the server.

ssh -p 7822 [email protected]

The site files live within the ~/public_html directory.

cd ~/public_html

The database is named maplewood_wp

Unbounce

We are using the Unbounce WordPress plugin to avoid the need for a subdomain. When creating or editing an Unbouce page the editor should also log in to WordPress to ensure they are seeing an uncached version. Before sending links to the team/client, the editor should hit the ‘Clear All Cache’ button to ensure the most recent version of the pages are served.


GoDaddy (Previous; Do Not Use)

The site is hosted on the client’s GoDaddy account. We have delegate access via the agency account.

  • GoDaddy login is in 1Password under ‘Maplewood – WordPress’
    • SSH Access is also found in 1Pass (Requires SSH password)
  • WordPress login is in 1Password under ‘Maplewood – WordPress’

Interacting with the server is similar to A2 (git and wp-cli are both installed) but is very slow and disconnects randomly. You also have to specify some ssh options and provide the SSH password:

ssh -p 22 -v -oHostKeyAlgorithms=+ssh-rsa [email protected]

The site files live within the ~/maplewoodseniorliving.com directory.

cd ~/maplewoodseniorliving.com