A distribution of Neos CMS with batteries included.
./headstart
utility to manage local and remote installations- Site package with useful defaults
- Assets (precompiler, minification)
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
./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.
- PHP
- Composer
- Node
- direnv
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
./headstart remote deploy
By default site content is untouched. To replace site content with Sites.xml
(and resources), run:
./headstart remote deploy --import
./headstart remote <command>
deploy Deploy containers
export Export remote site