Skip to content

koehlerannkathrin/hermetic-neos

Repository files navigation

Neos Headstart

A distribution of Neos CMS with batteries included.

  • ./headstart utility to manage local and remote installations
  • Site package with useful defaults
  • Assets (precompiler, minification)

Local

Setup

git clone --depth 1 [email protected]:instanode/neos-headstart-template.git example-neos
cd example-neos
MYSQL_PASSWORD="<secret>" ./headstart setup
direnv allow
./headstart run

Commands

./headstart <command>

configure     Configure database and initialize site
setup         Install dependencies, setup database, and import site
run           Run server and watch assets
import        Import site
export        Export site

Run ./headstart --help for details.

Requirements

Troubleshooting

ERROR 1007 (HY000) at line 1: Can't create database 'example'; database exists

This is a security precaution. To avoid loosing any data, existing databases are not modified by default.

./headstart setup --force

Remote

Deploy

./headstart remote deploy

By default site content is untouched. To replace site content with Sites.xml (and resources), run:

./headstart remote deploy --import

Commands

./headstart remote <command>

deploy        Deploy containers
export        Export remote site

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published