Author: andre Date: 2009-11-23 21:07:51 +0100 (Mon, 23 Nov 2009) New Revision: 39864
Added: openimages/trunk/INSTALL Log: started with installation instructions Added: openimages/trunk/INSTALL =================================================================== --- openimages/trunk/INSTALL (rev 0) +++ openimages/trunk/INSTALL 2009-11-23 20:07:51 UTC (rev 39864) @@ -0,0 +1,51 @@ +Installation of OIP +=================== +23 november 2009 + +The Open Images Platform (OIP) is a Java webapplication to manage and publish open media. + + +CONTENTS OF THIS FILE +--------------------- + + * Requirements + * Optional requirements + * Installation + * OIP administration + * More Information + + +REQUIREMENTS +------------ + +OIP requires several components: +- Java runtime environment 1.5 +- a Java web application server like Apache Tomcat 5.5.27 +- MySQL database 5.1 +- FFmpeg for media conversion 0.5 +- FFmpeg2Theora + + +INSTALLATION +------------ + + + +LICENSE +------- + +This file is part of the Open Images Platform, a webapplication to manage and publish open media. + Copyright (C) 2009 Netherlands Institute for Sound and Vision + +The Open Images Platform is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +The Open Images Platform is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with The Open Images Platform. If not, see <http://www.gnu.org/licenses/>. _______________________________________________ Cvs mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/cvs
