Skip to content

TECFiler Open-Austin.org project for rails integration

Notifications You must be signed in to change notification settings

hdaniel/tecfiler-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TECFiler-Rails

This is the rails integration project for TECFiler: github.com/chip-rosenthal/tecfiler

Installation Notes

git clone https://github.com/hdaniel/tecfiler-rails.git
cd tecfiler-rails
bundle install
  • Copy config/database_example.yml to database.yml and edit it for your preferred db.

  • Copy config/email_example.yml to email.yml and edit it for your email server settings. Devise is configured to require account confirmation via email.

  • Migrate the database:

    bundle exec rake db:migrate
    

    Note: This project is using datamapper.

  • Change directory to tecfiler-rails and start the web server:

    cd tecfiler-rails; rails server
    
  • Go to localhost:3000/

  • The Redmine development/issue tracker is here: redmine-blisspath.rhcloud.com/projects/tecfiler/

About

TECFiler Open-Austin.org project for rails integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published