EpicLogger is the open source product that offers error logging and customer support with ease. You can add integrations like intercom and github to manage the errors you are getting from your application and then notify your customers when those errors are fixed.
You don't want to install the app on your server? You can use our installed app here: http://epiclogger.com and make an account. We are currently in beta and evolving day by day.
The easiest way to install EpicLogger locally is by using the Vagrant image:
-
Install Vagrant and VirtualBox.
-
Clone the EpicCoders/epiclogger repository and set up the Vagrant box:
git clone --recursive https://github.com/EpicCoders/epiclogger.git cd epiclogger/railsbox/development vagrant plugin install vagrant-hostmanager vagrant up
-
Add an entry to your /etc/hosts file: 192.33.33.33 epiclogger.dev OR just use localhost:8080
-
Visit epiclogger.dev || localhost:8080 in a browser.
If you can't use vagrant on your system then you need to follow the below Installation guide and install all the required libraries.
If the app doesn't run you need to go and run vagrant ssh
in your terminal on the same folder and then once you are in run sudo start epiclogger
.
requirements: you need postgresql installed and the rails gem. A tutorial that gives options for all databases is here: http://techblog.floorplanner.com/how-to-install-rvm-ruby-rails-mysql-mongodb-on-mac/ we only need postgresql
requirements: you need postgresql and rails. Easier to install is by running this: http://railsinstaller.org/en
bundle
run it in the directory where you cloned the repositoryrake db:setup
will create the database and run the migrationsrake db:seed
will add the starting data to your local database so you can get started right awayrails s
will start the server and you can now visithttp://localhost:3000
in your browser to view the main page- login with:
[email protected] | password
to view the dashboard
If you are interested in heping us and have any new ideas we are welcome to any pull request.
Here is what you need to get started:
if you are a developer then you would need the following knowledge:
- CSS, JS & HTML to code some of our frontend
- Ruby on Rails to write our API's and backend
- Bootstrap css framework to know a little
- Design taste and not a lot of experience we are going to review each submission
- If you are a marketing person then we are going to have multiple bounties for you where you can share or work on social interaction tasks.
If nothing fits then just jump on chat and we'll find something with some nice coins to get started.