]> www.vanbest.org Git - motioneye-debian/commitdiff
README.md edited online with Bitbucket
authorCalin Crisan <ccrisan@gmail.com>
Sun, 12 Apr 2015 15:05:44 +0000 (15:05 +0000)
committerCalin Crisan <ccrisan@gmail.com>
Sun, 12 Apr 2015 15:05:44 +0000 (15:05 +0000)
README.md

index c92afbcd112328eb99525a682687f6ca9635666a..dd5865dc721230fb540bbf12a2af33fb8521c157 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,44 +1,45 @@
-# motionEye, the motion frontend #
-
-**motionEye **is a web-based user interface for [motion](http://www.lavrsen.dk/foswiki/bin/view/Motion).
-
-## Requirements ##
-
- * a machine running Linux
- * python 2.6+
- * tornado
- * jinja2
- * PIL
- * motion
- * ffmpeg
- * v4l-utils
-
-On a debian-based system you could run:
-
-    apt-get install python-tornado python-jinja2 python-imaging motion ffmpeg v4l-utils
-
-## Browser Compatibility ##
-
-motionEye works fine with most modern browsers, including IE9+.
-Being designed with responsiveness in mind, it will also work nicely on mobile devices and tablets.
-
-## Installation ##
-
- 1. download the latest version from [bitbucket](https://bitbucket.org/ccrisan/motioneye/downloads) (use the *Tags* tab).
- 2. extract the archive to a directory of your choice (e.g. your home directory):
-        cd /home/user
-        tar zxvf ccrisan-motioneye-xyz.tar.gz
-        mv ccrisan-motioneye-xyz motioneye
- 3. create a `settings.py` file using the default template file (the default settings should do for now):
-
-        cd motioneye 
-        cp settings_default.py settings.py
- 4. motionEye can be run directly from the extracted directory; no root privileges are required:
-        ./motioneye.py
- 5. point your favourite browser to <http://localhost:8765>
-
+# motionEye, the motion frontend #\r
+\r
+**motionEye **is a web-based user interface for [motion](http://www.lavrsen.dk/foswiki/bin/view/Motion).\r
+\r
+## Requirements ##\r
+\r
+ * a machine running Linux\r
+ * python 2.6+\r
+ * tornado 3.1+\r
+ * jinja2\r
+ * PIL\r
+ * pycurl\r
+ * motion\r
+ * ffmpeg\r
+ * v4l-utils\r
+\r
+On a debian-based system you could run (as root):\r
+\r
+    apt-get install motion ffmpeg v4l-utils python-pip\r
+    pip install python-imaging jinja2 pycurl tornado\r
+\r
+## Browser Compatibility ##\r
+\r
+motionEye works fine with most modern browsers, including IE9+.\r
+Being designed with responsiveness in mind, it will also work nicely on mobile devices and tablets.\r
+\r
+## Installation ##\r
+\r
+ 1. download the latest version from [bitbucket](https://bitbucket.org/ccrisan/motioneye/downloads) (use the *Tags* tab).\r
+ 2. extract the archive to a directory of your choice (e.g. your home directory):\r
\r
+        cd /home/user\r
+        tar zxvf ccrisan-motioneye-xyz.tar.gz\r
+        mv ccrisan-motioneye-xyz motioneye\r
\r
+ 3. create a `settings.py` file using the default template file (the default settings should do for now):\r
+\r
+        cd motioneye \r
+        cp settings_default.py settings.py\r
\r
+ 4. motionEye can be run directly from the extracted directory; no root privileges are required:\r
\r
+        ./motioneye.py\r
\r
+ 5. point your favourite browser to <http://localhost:8765>
\ No newline at end of file