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.
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:
- Check the access to AWS resources from CLI:
aws s3 ls --profile [admin user login]
- Check the git client installation on the local computer:
git --version
- The GitHub repository:
https://github.com/pagemosaic/pagemosaic-cms
- Clone the repo:
git clone https://github.com/pagemosaic/pagemosaic-cms.git .
Copy the
.env.example
file to the.env
file.Edit the
.env
file.Install dependencies:
pnpm install
- Bootstrap AWS resources for CDK:
pnpm bootstrap-platform
- Deploy Page Mosaic to AWS:
pnpm deploy-platform
Check the Page Mosaic's admin user registration email.
Complete the admin user sign up.
Default password:
DefaultPassword1!