Giter Club home page Giter Club logo

bettermeans's Introduction

BetterMeans

BetterMeans is giving birth to a new kind of company. An Open Enterprise.

More details can be found at http://bettermeans.com and here http://bettermeans.org

Getting started

  • git clone [email protected]:Bettermeans/bettermeans.git

  • bundle install

  • Rename database.yml.example to database.yml

  • Run rake db:create:all and rake db:schema:load

That's it. Now you're ready to change the world. Here's to making a dent in things together!

Dev notes

Platform workstream: http://bettermeans.com/projects/2/dashboard

IRC: #bettermeans irc.feenode.net

mailinglist: [email protected] (or build in workstream forum)

Testing

capybara-webkit depends on a WebKit implementation from Qt as explained in https://github.com/thoughtbot/capybara-webkit/wiki/Installing-QT

Translating

You can find language specific translation groups at: https://www.transifex.net/projects/p/bettermeans

Known issues

Attachments doesn't work in dev environment

Logging in via the janrain plugin (e.g. google, twitter...etc) won't work in dev environment (if you need to work with this, drop me a message, there's an involved workaround)

License and legalese

Our codebase is based largely on an early fork of Redmine.

Redmine is open source and released under the terms of the GNU General Public License v2 (GPL). All redmine code is Copyright (C) 2006-2011 Jean-Philippe Lang All non-redmine code is Copyright (C) Shereef Bishay, and is dual-licensed: you may use either the GNU General Public License v2 (GPL), or the MIT License (see http://www.opensource.org/licenses/mit-license.php).

Thanks for joining us! May our work be used for the greater good of everyone.

bettermeans's People

Contributors

ben-biddington avatar datapimp avatar edavis10 avatar harlantwood avatar imnaseer avatar jgoerzen avatar joshuavial avatar jplang avatar mockdeep avatar santagada avatar shereefb avatar winterheart avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bettermeans's Issues

Unevaluated variables in strings

  • On summary screen: "#{notifications} waiting for you"
  • Notification title: "New role: #{role_name}"
  • Notification text: "You are now a #{role_name} of..."
  • In time distances: "#{count} minutes ago", "#{count} hours ago", "#{count} days ago", "#{count} years ago"
  • On story history (in the fullscreen view): "#{label} changed from #{old} to #{new}", "#{label} set to #{value}", "#{label} deleted (#{old})"

[Non-Issue: Discussion] Status of BetterMeans

Hi,

Apologies for putting this here, but there doesn't appear to be any way to get into touch with a maintainers as most of the project has been torn down.

Where is BetterMeans at now? I tried to get it up and running a few months ago and ran into too many errors just getting it up and assumed it was long abandoned.

Need help installing bettermeans

Hi, I'd like to use bettermeans for my team, but I have no experience with Ruby or installing web apps. Is there somebody that could help me install it on my server? I would really appreciate the help!

llkj lkj lj

something here lkj lkj l jl
lkj lkj lkj lkj lkj lkj lk j

Seg Fault in Memoizable

So, I'm trying to install an instance of bettermeans on a VPS.
The Mongrel log looks like this:

** Daemonized, any open files are closed. Look at log/mongrel.pid and log/mongrel.log for info.
** Starting Mongrel listening at 0.0.0.0:12001
** Starting Rails with production environment...
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/mime_type.rb:80: warning: already initialized constant JPG
/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.5/lib/action_controller/mime_type.rb:80: warning: already initialized constant PNG
/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/memoizable.rb:32: [BUG] Segmentation fault
ruby 1.8.7 (2011-02-18 patchlevel 334) [x86_64-linux]

Do you think that you might be able to help me resolve this issue?
It would be greatly appreciated.

Reorganize workstream items #feature

Can we have a feature where we can drag up and down items from the workstreams? We can then prioritize and group items based on their position in that list. At the moment the current prioritizing implementation does not change the order of the list, and I think that the simplicity of just moving items up and down is the best approach to this.

bettermeans.com down!

http://bettermeans.com shows application error for long time, i would suggesting putting up a static page with explanation of current situation and invitation to support further maintenance and development including joining codding on github...

App cannot start "uninitialized constant ActiveSupport::Dependencies::Mutex" incompatibility between rubygems and rails version.

http://stackoverflow.com/questions/5176782/uninitialized-constant-activesupportdependenciesmutex-nameerror#5412085

Updating to latest 2.3.x version helps:

Gemfile:

gem 'rails', '~> 2.3.5' (Will install 2.3.14)

config/environment.rb:
RAILS_GEM_VERSION = '2.3.14' unless defined? RAILS_GEM_VERSION

This aint very clean, because it requires you to go into environment.rb everytime you run gem update and Rails gets updated to some new dot-release.

Bundle install fails Making capybara-webkit-1.1.1

There is a bug in Capybara's OS support which makes it fail build on '0.1.1' thoughtbot/capybara-webkit#208

Solution 1 is to omit the test group:

bundle install --without="test"

Solution 2, is to remove the pinning for cabybara-webkit version 1.1.x in Gemfile but instead have it install the latest version. This is the better solution, but right now requires quite some dependencies to be upgraded as well. The results of which are unknown to me.

Default Username / Password

Is there an admin username and password for Bettermeans? I'd like to access the application and configure it properly but can't get my username.

new issue

here is a new issue, and that's what I want to do with it

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.