Difference between revisions of "Metadot-7-beta"
Line 74: | Line 74: | ||
gem install mongrel --include-dependencies | gem install mongrel --include-dependencies | ||
− | + | ||
− | '''Select 2''' | + | '''Select 2''' |
− | + | ||
− | Select which gem to install for your platform (i386-linux) | + | Select which gem to install for your platform (i386-linux) |
1. mongrel 1.0.1 (mswin32) | 1. mongrel 1.0.1 (mswin32) | ||
'''2. mongrel 1.0.1 (ruby)''' | '''2. mongrel 1.0.1 (ruby)''' | ||
Line 84: | Line 84: | ||
5. Skip this gem | 5. Skip this gem | ||
6. Cancel installation | 6. Cancel installation | ||
− | > 2 | + | > 2 |
− | + | ||
− | '''Select 1''' | + | '''Select 1''' |
− | + | ||
− | Select which gem to install for your platform (i386-linux) | + | Select which gem to install for your platform (i386-linux) |
− | ''' 1. fastthread 1.0 (ruby)''' | + | ''' 1. fastthread 1.0 (ruby)''' |
2. fastthread 1.0 (mswin32) | 2. fastthread 1.0 (mswin32) | ||
3. fastthread 0.6.4.1 (mswin32) | 3. fastthread 0.6.4.1 (mswin32) | ||
Line 95: | Line 95: | ||
5. Skip this gem | 5. Skip this gem | ||
6. Cancel installation | 6. Cancel installation | ||
− | > 1 | + | > 1 |
+ | |||
Revision as of 02:45, 31 August 2007
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
Ruby Installation
yum install gcc
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*.*
Ruby Gems Installation
Create a downloads directory
mkdir downloads
cd /downloads
wget http://rubyforge.org/frs/download.php/20989/rubygems-0.9.4.tgz
tar xzvf rubygems-0.9.4.tgz
cd /downloads/rubygems-0.9.4
ruby setup.rb
gem install rails --include-dependencies
Note, the above command may need to be run more than once if the below error message is displayed, could be 3 times if required
Bulk updating Gem source index for: http://gems.rubyforge.org ERROR: While executing gem ... (Gem::GemNotFoundException) Could not find rails (> 0) in any repository
Check to see if rails installed succesfully
rails -v
if Rails 1.2.3, then proceed to install other required gems
gem install capistrano --include-dependencies
gem install mongrel --include-dependencies Select 2 Select which gem to install for your platform (i386-linux) 1. mongrel 1.0.1 (mswin32) 2. mongrel 1.0.1 (ruby) 3. mongrel 1.0 (mswin32) 4. mongrel 1.0 (ruby) 5. Skip this gem 6. Cancel installation > 2 Select 1 Select which gem to install for your platform (i386-linux) 1. fastthread 1.0 (ruby) 2. fastthread 1.0 (mswin32) 3. fastthread 0.6.4.1 (mswin32) 4. fastthread 0.6.4.1 (ruby) 5. Skip this gem 6. Cancel installation > 1