Coder Social home page Coder Social logo

splendidbacon's Introduction

Splendid Bacon

Project Management* for hackers

Caveats

There are a few issues that should be fixed before taking this into production use:

  • Fix the mass assignment vulnerabilities (this is the most important thing)
    • config.active_record.mass_assignment_sanitizer = :strict
    • config.active_record.whitelist_attributes = true

Note: Any API keys included in the source code have been revoked and cannot be used.

Installation (for development)

  1. Clone the repository

    git clone [email protected]:kiskolabs/splendidbacon.git

  2. Check that you have the right ruby version (> 1.9.2)

  3. Install the required gems

    bundle install

    in development you might want to also pass --without production

  4. Create database.yml in the config folder. You can cp config/database.example.yml config/database.yml to get a starting point.

  5. Create the .env file. You can cp sample.env .env to get a starting point.

  6. Setup the database (create DB, load schema, load seed data)

    rake db:setup

  7. Start the app

    foreman start

The admin console is located at http://localhost:5000/magic

NB. The session secret must be set as an environment variable called SECRET_TOKEN.

You can generate a new secret with rake secret.

On Heroku, you can set the session secret with this one-liner:

heroku config:add SECRET_TOKEN=\`rake secret`

Foreman is included to make managing environment variables easier in development. Include any environment variables you need in a .env file (see sample.env as a reference).

Tests Build Status

Run the test suite with:

bundle exec rake spec

Or:

bundle exec rspec spec

License and Copyright

Copyright © 2010-2012 Kisko Labs & contributors.

Licensed under the MIT license. See the LICENSE file for the full license text.

splendidbacon's People

Contributors

akonan avatar jcxplorer avatar ksaa avatar matiaskorhonen avatar mocanuvirgil avatar vesan 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

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

splendidbacon's Issues

(Super) Admin interface

In a separate namespace, for Kisko internal use.

Possible features:

  • Stats (number of users, orgs, demo users, etc...)
  • The possibility to add news or messages to the SB frontpage?
  • Possibility to show a message to all users? (Maybe a bit like GitHub broadcasts?)

Default admin user/pass

What is the default admin user/password on a fresh install of splendid bacon?
I opened the sqlite database and the admin table is empty?
Is there a sererate process to create a user with admin rights?

Server migration

Migrate the Linode to the Newark datacenter.

Probably best to do a bunch of change at the same time (i.e. move to Passenger 3 and Postgresql at the same time).

  1. Create new Linode in the Newark datacenter and set it up with Postgres, Nginx, Passenger, etc...
  2. Migrate the data from the old Linode to the new one
  3. Set up redirects from the old server to the new one
  4. Shut down the old server after a few days (to make sure that everyone's DNS records have time to get updated)

Formating for statuses

URLs in status links should be wrapped with link tags, so that you don't have to copy and paste links into your address bar. Great work, thanks!

=> use auto_link for status comments

We are catching all left/right clicks

We capture all left and right clicks. This brakes changing tabs with shortcuts including left or right arrow. I think we can just let the event bubble and it's all OK.

I'll fix this tomorrow.

Formatting issue

You have been assigned to this ticket (#33).

To review the status of the ticket and add updates, follow the link below:
http://splendidbacon.zendesk.com/tickets/33

konkas, May-25 03:14 (EEST):
When I post an update, it doesn't respect a double space/double intro.

"This

sentence"

turns into

"This
sentence"

Cheers!

Footer

We should have some kind of footer with instructions how to get in touch with us @splendidbacon in twitter [email protected]

Filters

Filter by user, project status, etc in dashboard and timeline view.

Token resets broken

Joseph Weissman, May-22 20:30 (EEST):
That error's a 404 when I hit this URL: https://splendidbacon.com/users/reset_authentication_token

Joseph Weissman, May-22 20:28 (EEST):
Please advise. Was trying to get setup so I can see my commit messages from github, but the API token seems empty. Hadn't dug too deeply, but it threw some kind of error when I following the "reset token" link. Thanks.

MailChimp API integration

Remove/add people from the mailing list when they create/delete their accounts.

Maybe add a "Subscribe to Newsletter" type option to user profiles?

SSL support

Use SSL for login and preferably all other actions too... Otherwise Firesheep will steal your sessions...

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.