Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Copy redmine_contacts plugin to {RAILS_APP}/plugins on your redmine path

  • Run bundle install –without development test RAILS_ENV=production

  • Run rake redmine:plugins NAME=redmine_contacts RAILS_ENV=production

<pre> rake redmine:plugins NAME=redmine_contacts VERSION=0 RAILS_ENV=production rm -r plugins/redmine_contacts </pre>

  • Redmine 2.1.2

rake db:drop RAILS_ENV=test_sqlite3 rake db:migrate db:migrate_plugins RAILS_ENV=test_sqlite3 rake test:plugins:integration PLUGIN=redmine_contacts RAILS_ENV=test_sqlite3 rake test:plugins:functionals PLUGIN=redmine_contacts RAILS_ENV=test_sqlite3 rake test:plugins PLUGIN=redmine_contacts RAILS_ENV=test_sqlite3

rake db:reset db:migrate_plugins test:plugins NAME=redmine_contacts RAILS_ENV=test

rake test:engines:all PLUGIN=redmine_contacts

rake db:drop RAILS_ENV=test && rake db:migrate db:migrate_plugins RAILS_ENV=test && rake test:plugins PLUGIN=redmine_contacts RAILS_ENV=test

curl -v -H “Content-Type: application/xml” -X POST –data “@contact.xml” -u admin:admin localhost:3000/contacts.xml

About

Pirate Fork of the Redmine CRM plugin

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages