Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > eb0cffffa20bd491934e971af37d23de > files > 1

teambox-2.2-6.mga1.src.rpm

# Rémy CLOUARD <shikamaru@mandriva.org>

Hello,

You’ve just installed the teambox package, thanks.

Before you get it working, there are several steps to achieve.

You first need to setup a database for it.
Be sure to create it using an UTF-8 encoding database

If you chose postgresql or sqlite, you have to create a custom
database.yml file in /var/www/teambox/config.

It should looke like this:

production:
  adapter: postgresql
  database: <your_database>
  host: localhost
  username: <postgres_user>
  password: <postgres_user_password>
  encoding: utf8

If you use the mysql subpackage, just edit the provided file to give the
appropriate user/password that teambox should use to access your db.

For everyone, you then have to create the file structure.

Run the following commands:
  bundle exec rake db:create db:schema:load RAILS_ENV=production

You also need to setup config/teambox.yml

Now you’re able to set up teambox. For convenience, a default config for
apache has been added in /etc/httpd/conf.d/teambox.conf.

Start your webserver, but allow only localhost and create your first login.

Allow teambox to be visible by everyone, you’re done !