Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
beville committed May 9, 2014
1 parent 5b426cd commit 256961e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,16 @@ ComicStreamer is very early ALPHA stages, and may be very flakey, eating up memo
* sqlalchemy >= 0.9
* watchdog
* python-dateutil
* PIL
* pillow (PIL fork)
* configobj >= 5.0.5

(Note: on some ubuntu releases it may be better to get PIL from ubuntu apt package "python-imaging", rather than via pip)


------
#### Installation

Just unzip somewhere.

(Eventually, there will be native build packages for Mac OS and Windows)
(Eventually, there will be native build packages for Mac OS and Windows, as well as setup.py)

Settings, database, and logs are kept in the user folder:

Expand All @@ -45,10 +44,10 @@ Settings, database, and logs are kept in the user folder:

Just run "comicstreamer" in the base folder (on windows you may want to rename it comicstreamer.py)

A web browser should automatically open to "http://localhost:8888"
A web browser should automatically open to "http://localhost:32500"

Some tips:

* Use "--help" option to list options
* Use "--help" option to list command-line options
* Use the "config" page to set the comic folders, and the "control" page to restart the server
* Use the "--reset" option to wipe the database

0 comments on commit 256961e

Please sign in to comment.