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:
- Install panopticon on a server / in the cloud
- Include the panopticon client in your application (or use the API directly)
- Write your first measurement
- Your application is now listed in your personal dashboard! 🎉
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
See the "Configure AWS" section first
cd frontend && ./deploy.sh
cd backend && ./deploy.sh