Skip to content

Espenhh/panopticon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

panopticon

panopticon is a monitoring system for all your applications that is dead simple to install and use.

You are just four simple steps away from using panopticon in production:

  1. Install panopticon on a server / in the cloud
  2. Include the panopticon client in your application (or use the API directly)
  3. Write your first measurement
  4. Your application is now listed in your personal dashboard! 🎉

Configure AWS

Install aws and eb command line tools:

brew install aws
brew install eb

Configure a AWS profile for panopticon:

~.aws/credentials

[panopticon]
aws_access_key_id = <ADD YOURS HERE>
aws_secret_access_key = <ADD YOURS HERE>

Run eb init --profile panopticon in /backend

Deployment

See the "Configure AWS" section first

  • cd frontend && ./deploy.sh
  • cd backend && ./deploy.sh

Running panopticon locally