Skip to content

dave-wheeler/ami

Repository files navigation

AMI

AMI is a Laravel app for importing and analyzing Advanced Metering Infrastructure from IREA.

Setup

Configuration

  • 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

Dev

composer i

npm i

npm run dev

Prod

composer i --no-dev

npm i

npm run prod

npm i --production

Requirements

AMI requires PHP 8.0+. The rest of the dependencies are handled by composer.

Sample Data

Some sample data can be found @ ami-data

License

AMI is open-sourced software licensed under the GPL3 license.

About

Advanced Metering Infrastructure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published