Skip to content

Commit

Permalink
add emergency startup script
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jan 5, 2015
1 parent 33e8e02 commit eb98e5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Expand Up @@ -31,4 +31,6 @@ Usage

Run with ``python -m COMET``.

If that fails, use ``python RUN.py`` instead.

Default credentials: admin / admin.
3 changes: 3 additions & 0 deletions RUN.py
@@ -0,0 +1,3 @@
#!/usr/bin/env python
import COMET
COMET.main()

0 comments on commit eb98e5e

Please sign in to comment.