/tectura

Source code for the Tectura forum.

Primary LanguageRuby

Novoforum

This is the source code for the Tectura forum.

www.tectura.com.br/

Bootstrapping

To bootstrap the project, you’ll need to define database and email settings in the files:

  1. config/database.yml

  2. config/email.yml

  3. config/recaptcha.rb

  4. config/banners.rb

Then, execute the following commands on the project root:

rake gems:install

rake app:bootstrap

You may be prompted to install a few extra gems.

Deploying

To deploy Tectura to the production server, run:

cap deploy

You will be prompted for the server password.