CSYE 6225 WEBAPP
Install dependencies:
$ npm install
Start the server:
$ npm start
Start the development server:
$ npm run dev
Testing using Jest and supertest:
$ npm test
Download Packer plugin binaries:
$ cd packer
$ packer init build.pkr.hcl
Format HCL2 configuration files to canonical format and style:
$ cd packer
$ packer fmt .
Validate the syntax and configuration:
$ cd packer
$ packer validate .
Create a values.pkrvars.hcl file and include this key value pair credentials_file = "C:/Users/user/Downloads/nameofgcpcredentialfile.json"
Build the packer custom image:
$ cd packer
$ packer build -var-file=values.pkrvars.hcl build.pkr.hcl