Home
Documentation
Help

Discover Page Mosaic

Introduction to Page Mosaic
Getting Started
Preparing AWS Environment
Deploying Page Mosaic
Integrating Static Website Template
Enhancing Your Website
Setting Up Custom Domain
Learn Page Mosaic
Let's launch website
Menu

Deploying Page Mosaic

This guide shows you how to obtain the Page Mosaic source code from our GitHub repository, build it, and deploy it on AWS using CLI commands.


Integrating Static Website Template

Need Expert Help? If you find the process complex, or would rather focus on your business, the creator of Page Mosaic is available to handle the technical integration for your website.


Video Annotations:

  1. Check the access to AWS resources from CLI:
aws s3 ls --profile [admin user login]
  1. Check the git client installation on the local computer:
git --version
  1. The GitHub repository:

https://github.com/pagemosaic/pagemosaic-cms

  1. Clone the repo:
git clone https://github.com/pagemosaic/pagemosaic-cms.git .
  1. Copy the .env.example file to the .env file.

  2. Edit the .env file.

  3. Install dependencies:

pnpm install
  1. Bootstrap AWS resources for CDK:
pnpm bootstrap-platform
  1. Deploy Page Mosaic to AWS:
pnpm deploy-platform
  1. Check the Page Mosaic's admin user registration email.

  2. Complete the admin user sign up.

Default password:

DefaultPassword1!

Integratign Static Website Template