SGAFM est un système de gestion des documents fonciers au Mali.
Here are the instruction to setup a development enviroment.
- NodeJS
- NPM
- Python
- macOS: Docker for Mac
- Windows: Docker Toolbox
npm install -g aws-sam-local
For now we'll have to install this module globally in our system
Verify the installation worked:
sam --version
If you get a permission error when using npm (such as EACCES: permission denied), please see the instructions on this page of the NPM documentation: (https://docs.npmjs.com/getting-started/fixing-npm-permissions).