Log inUsernamePassword
Log me on automatically each visit    
Register
Register
Log in to check your private messages
Log in to check your private messages
SMS Forum Index » Suggestions

Post new topic   Reply to topic
Project Management feature
View previous topic :: View next topic  
Author Message
Euthenics
Junior Member


Joined: 15 Sep 2008
Posts: 7

PostPosted: Sat Oct 02, 2010 2:31 pm    Post subject: Project Management feature Reply with quote

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
View user's profile Send private message
baboo
Senior Member


Joined: 04 Sep 2007
Posts: 676

PostPosted: Sun Oct 03, 2010 12:27 am    Post subject: Reply with quote

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
View user's profile Send private message
gerasimos_h
Site Admin


Joined: 09 Aug 2007
Posts: 1757
Location: Greece

PostPosted: Sun Oct 03, 2010 4:31 pm    Post subject: Reply with quote

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



teambox-install.sh.gz
 Description:
Teambox Installer

Download
 Filename:  teambox-install.sh.gz
 Filesize:  430 Bytes
 Downloaded:  1577 Time(s)


_________________
Superb! Mini Server Project Manager
http://sms.it-ccs.com
Back to top
View user's profile Send private message Visit poster's website
gerasimos_h
Site Admin


Joined: 09 Aug 2007
Posts: 1757
Location: Greece

PostPosted: Thu Oct 07, 2010 5:39 am    Post subject: Reply with quote

SMS now have ruby 1.8.7p302 available in extra/packages for those old ruby apps.
Download
http://sms.it-ccs.com/isos/SMS-Current/extra/packages/ruby-1.8.7_p302-i486-1sms.txz
or
http://sms.it-ccs.com/isos/SMS64-Current/extra/packages/ruby-1.8.7_p302-x86_64-1sms.txz

and follow the instructions on their site.

Code:
#!/bin/sh

gem update --system
gem install bundler
wget http://sms.it-ccs.com/isos/teambox/sphinx-0.9.9-i486-1sms.txz
installpkg sphinx-0.9.9-i486-1sms.txz
git clone git://github.com/teambox/teambox.git
cd teambox
bundle install
cp config/database.example.yml config/database.yml
rake db:create db:schema:load RAILS_ENV=development
script/server -e development

gerasimos_h

_________________
Superb! Mini Server Project Manager
http://sms.it-ccs.com
Back to top
View user's profile Send private message Visit poster's website
baboo
Senior Member


Joined: 04 Sep 2007
Posts: 676

PostPosted: Thu Oct 07, 2010 3:17 pm    Post subject: Reply with quote

that's good news. Great job!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    SMS Forum Index » Suggestions All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
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