Skip to content

A command-line utility that facilitates setting up a new punkt.de Proserver project

Notifications You must be signed in to change notification settings

punktDe/proserver-init

Repository files navigation

proserver-init

A command-line utility that facilitates setting up a new punkt.de Proserver project

Dependencies

  • homebrew
  • direnv (optional)

Installation

brew tap pt/proserver-init https://github.com/punktDe/proserver-init.git
brew install proserver-init
brew install --HEAD proserver-init # to install the development version

Alternatively, run as a Nix flake, e.g.:

nix run github:punktDe/proserver-init <parameters>

Usage

proserver-init [--project_dir/-p path/to/project] project-type [--flavor/-f flavor]

# Set up a generic Ansible project in the current directory
proserver-init infra

# Set up a Neos infrastructure project in ~/Workspace/Project/example-infrastructure
proserver-init -p ~/Workspace/Projects/example-infrastucture infra -f neos

Available project types:

  • infra
  • infra-role

Available flavors:

  • typo3
  • neos
  • spiral

About

A command-line utility that facilitates setting up a new punkt.de Proserver project

Resources

Stars

Watchers

Forks

Packages

No packages published