Skip to content

salt-formulas/salt-formula-redmine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Formula

Redmine is a flexible project management web application. Written using the Ruby on Rails framework, it is cross-platform and cross-database.

Sample pillars

redmine:
  server:
    enabled: true
    version: '2.3'
    apps:
    - name: majklk
      database:
        engine: postgresql
        host: 127.0.0.1
        name: db_name
        password: pass
        user: user_name
      mail:
        host: host-mail
        password: pass
        user: email
        domain: domain

More Information

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published