Still Maintained?

Finally a place to mark your open source project as abandoned or looking for a new maintainer.

Be sure to read:

- the announcement article
- the how-to add a status image

Contributing

StillMaintained needs your help to become awesome. If you have a great idea, please create an issue. It would be amazing if you forked the project, implemented your idea and sent me a pull request too. Just sayin’. ;)

Getting up and running

To get StillMaintained running locally, the first thing you need to do is clone the repository and install the bundle:

$ git clone git://github.com/stillmaintained/stillmaintained.git
$ cd stillmaintained
$ bundle install

The next thing to do is to move the example settings file to config/settings.yml:

$ mv config/settings.yml.example config/settings.yml

Now you need to fill in the github id and secret in config/settings.yml. To get those, create an application on github. The name and main url aren’t really important, as long as you put http://localhost:9292/auth/github/callback in the callback url field. You don’t need to fill in the Airbrake key.

There. Now you should be able to start the app:

$ rackup

Running into any issues? Let us know. :)