|
[SMS] - Superb Mini Server Project Support Forum |
|
|
|
View previous topic :: View next topic |
Author |
Message |
Euthenics Junior Member
Joined: 15 Sep 2008 Posts: 7
|
Posted: Sat Oct 02, 2010 2:31 pm Post subject: Project Management feature |
|
|
Hi
Would be great if you could bundle Teambox into the next version. In the meantime, could you guide step by step on how to install Teambox into SMS?
Ref: http://teambox.com/public/teambox/installing
Thanks.
|
|
Back to top |
|
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Sun Oct 03, 2010 12:27 am Post subject: |
|
|
you have the guide. The link you provided tells how to install. The only difference is that the Ubuntu install uses sudo. Just drop the sudo and follow the steps.
When you restart apache its '/etc/rc.d/rc.http restart.
ruby, rails, rake and gems are cross platform.
good luck
|
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Sun Oct 03, 2010 4:31 pm Post subject: |
|
|
I don't know if teambox will work with ruby-1.9.x since it was developed with ruby 1.8.7 and a lot of things are deprecated.
If you wanna try though use the script bellow, it will bring you to all requirements met.
If you got errors (which you will have from 'ValidatesEmailFormatOf' module), post them to teambox community.
Code: | #!/bin/sh
gem update --system
gem install bundler
wget http://sms.it-ccs.com/isos/teambox/Gems/mongrel-1.1.6.gem
wget http://sms.it-ccs.com/isos/teambox/Gems/ruby-debug-base19-0.11.24.gem
wget http://sms.it-ccs.com/isos/teambox/sphinx-0.9.9-i486-1sms.txz
gem install mongrel-1.1.6.gem
gem install ruby-debug-base19 -v 0.11.23
gem install ruby-debug-ide19
gem install ruby-debug-base19-0.11.24.gem
installpkg sphinx-0.9.9-i486-1sms.txz
git clone git://github.com/teambox/teambox.git
cd teambox
sed -e "s,gem 'SystemTimer',#gem 'SystemTimer',g" -i Gemfile
sed -e "s,gem 'pg',#gem 'pg',g" -i Gemfile
sed -e "s,gem 'ruby-debug'\, '~> 0.10.3'\, :require => nil,gem 'ruby-debug19'\, :require => 'ruby_debug',g" -i Gemfile
sed -e "s,gem 'mongrel'\, '~> 1.1.5',gem 'mongrel'\, '~> 1.1.6',g" -i Gemfile
bundle install
cp config/database.example.yml config/database.yml
rake db:create db:schema:load RAILS_ENV=development
script/server -e development |
good luck indeed.
gerasimos_h
Description: |
|
Download |
Filename: |
teambox-install.sh.gz |
Filesize: |
430 Bytes |
Downloaded: |
2003 Time(s) |
_________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
|
Back to top |
|
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Thu Oct 07, 2010 3:17 pm Post subject: |
|
|
that's good news. Great job!
|
|
Back to top |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|
|
SMS - Superb! Mini Server Project © 2016
Powered by phpBB © 2001, 2002 phpBB Group
iCGstation v1.0 Template By Ray © 2003, 2004 iOptional
|
|
|
|