Sopha Media: Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
 
(10 intermediate revisions by the same user not shown)
Line 2: Line 2:
'''''(work in progress)'''''
'''''(work in progress)'''''
=== About ===
=== About ===
(tbd)
[[Sopha Media]] is a simple Media Asset Management System, following the [[KISS]] paradigm. It aims at keeping everything as simple as possible. This is, what [[Sopha Media]] aims for: A easy-to-use, easy-to-maintain MAM.


=== Features ===
=== Features ===
Line 20: Line 20:
** status and similar meta data
** status and similar meta data
** all assets are stored in the database
** all assets are stored in the database
** easy install, easy use!
** easy install, and more importantly, easy use!


=== Usage ===
=== Usage ===
Line 33: Line 33:


=== Installation ===
=== Installation ===
(tbd)
* dev install on mac os x (all manually, sorry for that, will change in the future)
** Install [https://github.com/mxcl/homebrew#readme HomeBrew] by...
*** ...entering <tt>/usr/bin/ruby -e "$(curl -fsSL <nowiki>https://raw.github.com/gist/323731)</nowiki>"</tt> in your shell as Administrator and follow instructions<ref>https://github.com/mxcl/homebrew/wiki/installation</ref>
** Install [[CouchDB]]...
*** ...by entering <tt>brew install couchdb</tt> (may take some time)
** Start [[CouchDB]]...
*** ...entering <tt>/usr/bin/sudo launchctl load -w /Library/LaunchDaemons/org.apache.couchdb.plist</tt>
*** (Stopping: <tt>/usr/bin/sudo launchctl unload /Library/LaunchDaemons/org.apache.couchdb.plist</tt>, Restarting: <tt>/usr/bin/sudo launchctl stop org.apache.couchdb</tt>
** Create your database by<ref>http://wiki.apache.org/couchdb/HTTP_database_API</ref>...
***...




Line 39: Line 48:
* See also...
* See also...
** [[Soraya]]
** [[Soraya]]
** [[Dorado]]
** [[Software Projects Overview]]
** [[Software Projects Overview]]
* Footnotes
* Footnotes

Latest revision as of 15:34, 20 February 2012

SophaMediaAppIcon.png

(work in progress)

About

Sopha Media is a simple Media Asset Management System, following the KISS paradigm. It aims at keeping everything as simple as possible. This is, what Sopha Media aims for: A easy-to-use, easy-to-maintain MAM.

Features

the less, the better!

Honestly, do you really need a full-featured asset management system? I do not, that's why I created Sopha Media. If you look for a full-featured AM, try censhare!

Sopha Media features:

  • NO user roles
  • NO user categories
  • NO user groups
  • NO access rights
  • NO change rights
  • NO hassle!
  • but...
    • users (all equal)
    • status and similar meta data
    • all assets are stored in the database
    • easy install, and more importantly, easy use!

Usage

(tbd)

Technical specifications

  • utilizing the power of CouchDB for storing assets

(tbd)

Download

(tbd)

Installation

  • dev install on mac os x (all manually, sorry for that, will change in the future)
    • Install HomeBrew by...
      • ...entering /usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)" in your shell as Administrator and follow instructions[1]
    • Install CouchDB...
      • ...by entering brew install couchdb (may take some time)
    • Start CouchDB...
      • ...entering /usr/bin/sudo launchctl load -w /Library/LaunchDaemons/org.apache.couchdb.plist
      • (Stopping: /usr/bin/sudo launchctl unload /Library/LaunchDaemons/org.apache.couchdb.plist, Restarting: /usr/bin/sudo launchctl stop org.apache.couchdb
    • Create your database by[2]...
      • ...