(For more information, click here)
In order run:
-
Create an aws profile in your local machine named
movement-pass
. -
Make sure you have AWS CDK installed globally, if not, open your terminal and run:
npm install -g aws-cdk
- Assuming your terminal is open and you are in the root of this repository, run the following command to restore the packages:
dotnet restore
- Now, change the directory:
cd ./MovementPass.Foundation.Stacks
- If you are in Windows, then run:
poweshell
.\deploy.ps1
- If you are in macOS or Linux:
chmod +x ./deploy.sh
./deploy
Note: Running it your own AWS account would fail unless you change the domain name in ./MovementPass.Foundation.Stacks/cdk.json
.