Git Product home page Git Product logo

redmine-2.0-openshift-quickstart's Introduction

Redmine on OpenShift

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

Redmine is open source and released under the terms of the GNU General Public License v2 (GPL).

More information can be found on the official Redmine set (www.redmine.org) Running on OpenShift

Create an account at http://openshift.redhat.com/

Create a ruby 1.9 application

Ruby 1.8 is no longer supported
Ruby 2.0 support is pending (coredumps on OpenShift)

rhc app create -a redmine -t ruby-1.9

Add mysql support to your application

rhc cartridge-add -a redmine -c mysql-5.5  #  or mysql-5.1

Make a note of the username, password, and host name as you will need to use these to login to the mysql database

Add this upstream Redmine quickstart repo

cd redmine
git remote add upstream -m master git://github.com/ramr/redmine-2.0-openshift-quickstart.git
git pull -s recursive -X theirs upstream master

Then push the repo upstream

git push

That's it, you can now checkout your application at:

http://redmine-$yournamespace.rhcloud.com

Use the following to login to your new Redmine application running on OpenShift:

username: admin
password: admin

Changing the default admin password

Once your installation is complete, it is highly recommended that you change the password for the Redmine admin user - see the Change password link at:

http://redmine-$yournamespace.rhcloud.com/my/account

redmine-2.0-openshift-quickstart's People

Contributors

anagy avatar issamux avatar ramr avatar serii833 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

redmine-2.0-openshift-quickstart's Issues

email configuration

after I successfully deployed the app on my openshift namespace, I want to enable the email notification. so I add config/configuration.yaml, content:

production:
email_delivery:
delivery_method: :smtp
smtp_settings:
address: "localhost"
port: 25

after push and re-deployed, it's still complaining no email configuration is set. So I change the environment to "default", it works.

Can't install plugins

I am trying to install plugins but they won't appear at administration --> information, no matter what I do.

I first thought it was a matter of redmine_charts2 but pharmazone helped me and it was obvious I'm doing something wrong (or there's a problem with redmine 2 at OpenShift).

This is my problem: I follow plugin installation instructions (script/rails plugin install, rake, commit, push) but plugins don't appear.

The only thing i've not done to the letter is rake migration. Since I don't run Redmine locally, when I perform any migration I change config/database.yml. I change production config, which has variables like $OPENSHIFT_DB_HOST to OpenShift remote database. After running the migration I checkout it to its original state.

Redmine 2.0.3.stable

Default administrator account changed -- yes
Attachments directory writable -- yes
Plugin assets directory writable -- yes
RMagick available (optional) -- yes

Environment:
Redmine version 2.0.3.stable
Ruby version 1.9.3 (x86_64-linux)
Rails version 3.2.6
Environment production
Database adapter Mysql2
Redmine plugins:
no plugin installed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.