1. Hosting
  2. Fiveonefour hosting to local setup

Fiveonefour hosting to local setup

This workflow covers the adjacent steps around CLI commands that are required to complete local setup successfully.

1. Confirm Fiveonefour hosting access

  • Sign in: https://www.fiveonefour.boreal.cloud/login
  • Confirm target project exists and you have access.

2. Confirm GitHub integration access

  • Open GitHub app installations: https://github.com/settings/installations
  • Verify the relevant org/repo is authorized for Fiveonefour.

3. Choose destination path intentionally

  • Prefer an explicit parent directory for predictable clones.
  • Avoid non-empty destination directories unless intentionally reusing them.

4. Use branch names that pass validation

Recommended format:

feature/<kebab-summary>

Examples:

  • feature/add-orders-rollup
  • feature/fix-ingest-timeout

5. Push and verify preview routing

  • If setup created a branch, push it when prompted.
  • Verify preview/deployment status in Fiveonefour hosting project UI.

6. Verify local state

Run from repository root:

git status

Then continue with your local development loop.

Related

  • CLI: setup
  • CLI: link
  • Setup failures

On this page

1. Confirm Fiveonefour hosting access2. Confirm GitHub integration access3. Choose destination path intentionally4. Use branch names that pass validation5. Push and verify preview routing6. Verify local stateRelated
FiveonefourFiveonefour
Fiveonefour Docs
MooseStackHostingTemplatesGuides
Release Notes
Source527
  • Hosting Overview
CLI
  • --help
  • auth
  • orgs
  • link
  • projects
  • setup
  • update
Workflow
  • Fiveonefour to Local Setup
Troubleshooting
  • Setup Failures