jop-software / redmine-development

Local redmine setup for developing plugins and themes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redmine Development Docker Package

Scripts

  • bin/start
    Starts the redmine container.
  • bin/stop
    Stops the redmine container.
  • bin/rails
    The ruby on rails railscommand
  • bin/new-theme <name>
    Creates a new redmine theme
  • bin/new-plugin <name>
    Creates a new redmine plugin
  • bin/rake
    The rake command for all sort of tasks
  • bin/nuke
    Nukes all your plugins and themes! This can not be reverted!
  • bin/restore-database
    Recreated an empty redmine database! You will lose all of the data in the database

License

This project is licensed under the MIT License

About

Local redmine setup for developing plugins and themes

License:MIT License


Languages

Language:Shell 88.9%Language:Dockerfile 6.5%Language:Ruby 4.6%