Difference between revisions of "Metadot-7-beta"

From SME Server
Jump to navigationJump to search
Line 38: Line 38:
  
 
  expand-template /etc/yum.conf
 
  expand-template /etc/yum.conf
 +
 +
yum --enablerepo=centos-testing install ruby*.*
  
  

Revision as of 11:48, 30 August 2007

Warning.png Warning:
Be aware: This HowTo installs a beta packages, only do this if you would like to test the application. It will also configure the CentOS-testing repository. Packages from this repository are not considered to be stable.



Incomplete.png Incomplete:
This article or section needs to be expanded. Please help to fill the gaps or discuss the issue on the talk page


Metadot v7 is a complete rewrite in Ruby on Rails

Metadot 7 is the easiest-to-use, most intuitive content management system, portal server, wiki or site builder that you can find (or whatever the latest name is) and also the most fit for work group collaboration and organizations of all sizes.

• Clean and clear interface • Content drag and drop • Easy theme (skin) editing for professional looking web sites • Powerful permission system • Search engine friendliness • RSS for most functionalities

Metadot 7 is open source as before and will be available to download in the near future.

This is still in Beta, I will be posting the installation methodes soon

Note, this is work in progress

Ruby Installation

yum install gcc mysql-server httpd-devel


Setup CentOS Testing Repository

  db yum_repositories set centos-testing repository \
     BaseURL http://dev.centos.org/centos/4.3/testing/i386/ \
     Name 'CentOS - testing' \
     Visible yes \
     GPGKey http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing \
     GPGCheck yes \
     status disabled

Regenerate the yum.conf file:

expand-template /etc/yum.conf
yum --enablerepo=centos-testing install ruby*.*


Russell Taihn