2.4.1 • Published 5 years ago
create-aaa-backend v2.4.1
create-aaa-backend
CLI to setup a new aaa-backend project as defined in the private template package monorepo.
Quickstart
- Ensure that you have a fully working node.js (LTS) environment installed on your local system. Use nvm if you want to manage several local node.js versions.
- (optional: vagrant) Install VirtualBox, Vagrant, vagrant-vbguest and Ansible
- (optional: docker) The scaffolder will try to autobuild your project with docker if installed. Install Docker 17.07+ (Edge).
- (macOS only) Your Docker subnet must be set something different than
192.168.65.0/24, as it covers our aaa internal network, e.g.10.0.10.0/24. SeeDocker Toolbar > Preferences > Advanced > Docker subnet.
- (macOS only) Your Docker subnet must be set something different than
- Install the latest version of yarn@v1.x:
npm install -g yarn npm install -g create-aaa-backendORyarn global add create-aaa-backend- Create a new project via:
create-aaa-backend scaffold. - See
YOUR_PROJECT/README.mdfor general project information. - See
YOUR_PROJECT/README-DOCKER.mdorYOUR_PROJECT/README-VAGRANT.mdfor more information on your dev environment. - See
YOUR_PROJECT/README-DEPLOYMENT.mdfor information on deployment setup / scenarios.
Local testing of this command inside the monorepo
yarn create-aaa-backend-local-monorepo