Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.01 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.01 KB

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.