Sopha Media: Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
No edit summary
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Image:SophaMediaAppIcon.png|thumb|48px]]
[[Image:SophaMediaAppIcon.png|thumb|96px]]
'''''(work in progress)'''''
=== About ===
=== 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 ===
=== 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 [http://www.censhare.com 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 ===
=== Usage ===
(tbd)


=== Technical specifications ===
=== Technical specifications ===
* utilizing the power of [http://en.wikipedia.org/wiki/CouchDB CouchDB] for storing assets
* utilizing the power of [http://en.wikipedia.org/wiki/CouchDB CouchDB] for storing assets
(tbd)


=== Download ===
=== Download ===
(tbd)


=== Installation ===
=== Installation ===
* 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 17: Line 48:
* See also...
* See also...
** [[Soraya]]
** [[Soraya]]
** [[Dorado]]
** [[Software Projects Overview]]
* Footnotes
* Footnotes
<references/>
<references/>

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]...
      • ...