AMI is a Laravel app for importing and analyzing Advanced Metering Infrastructure from IREA.
- Copy .env.example => .env and update .env with local settings
- In .env, set MAPBOX_ACCESS_TOKEN to your mapbox access token. This token should have all public scopes, MAP:READ, and TILESETS:READ
- Update app.timezone (in config/app.php). This should be set to 'America/Denver' for IREA users.
- Run migrations
composer i
npm i
npm run dev
composer i --no-dev
npm i
npm run prod
npm i --production
AMI requires PHP 8.0+. The rest of the dependencies are handled by composer.
Some sample data can be found @ ami-data
AMI is open-sourced software licensed under the GPL3 license.