Skip to content

Commit

Permalink
Update a few misc files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Nov 18, 2017
1 parent 299b2da commit 611f6c7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 67 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2016 Jazzband
Copyright (c) 2015 Jazzband

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
This app renders https://jazzband.co. It's mostly a copy of [add-to-org]
since I couldn't figure out how to do a few things with Sinatra.
It also renders Markdown based documentation for the Jazzband.

[![Requirements Status](https://requires.io/github/jazzband/website/requirements.svg?branch=master)](https://requires.io/github/jazzband/website/requirements/?branch=master)
This app renders https://jazzband.co.

[![Jazzband](https://jazzband.co/static/img/badge.svg)](https://jazzband.co/)

[![Updates](https://pyup.io/repos/github/jazzband/website/shield.svg)](https://pyup.io/repos/github/jazzband/website/)

## Installation

Assuming you have a Python stack installed, run `make install`. This will
create a virtualenv in the folder of your checkout and install all required
Python dependencies.
Install Docker. Run `make build`. This will create a set of Docker
containers with all backends and dependencies.

## Running

Run `make run` to run the development server.
Run `make run` to run the development server and worker.

## License

Expand Down
57 changes: 0 additions & 57 deletions app.json

This file was deleted.

0 comments on commit 611f6c7

Please sign in to comment.