GithubHelp home page GithubHelp logo

isabella232 / copycopter-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bostonrb/copycopter-server

0.0 0.0 0.0 23.9 MB

Copycopter Server is open source. Run it as a web service.

Home Page: http://copycopter.com

License: MIT License

Ruby 93.56% CoffeeScript 2.05% JavaScript 4.40%

copycopter-server's Introduction

Copycopter

Build Status

Copycopter is a service for editing the copy text of a Rails application.

Each Rails application has its own Project, connected by an API key. Each piece of copy in a Project is a Blurb. Each Blurb has many Versions, which track changes users make to copy.

Each Version is either draft or published. The most typical scenario is to display published content in production, and draft in all other environments.

A developer can issue a deploy, which marks the latest Version of all Blurbs as published.

Setup

git clone git://github.com/copycopter/copycopter-server.git
cd copycopter-server

Deploy

Deploy Copycopter Server like any other Rails app. Heroku example:

heroku create --stack cedar
git push heroku master
heroku run rake db:migrate
heroku restart

Adding a Project

heroku run rake copycopter:project NAME=Iora USERNAME=Copy PASSWORD=Copter

Updating a Projects password

heroku run rake copycopter:change_project_password NAME=IORA OLD=Copter NEW=COPTAH

Removing a Project

To remove a project from Copycopter:

heroku run rake copycopter:remove_project NAME=Iora

Contribute

See the style guide.

Set up dependencies:

bundle

Run the test suite:

bundle exec rake

Run the server:

foreman start

Automatically regenerate CSS when you edit Sass files:

sass --watch public/stylesheets/sass:public/stylesheets \
  -r ./public/stylesheets/sass/bourbon/lib/bourbon.rb

Credits

thoughtbot

Copycopter Server was created by thoughtbot, inc

It is maintained by the fine folks at Crowdtap and Iora Health.

License

Copycopter Server is free software, and may be redistributed under the terms specified in the MIT-LICENSE file.

copycopter-server's People

Contributors

patricksrobertson avatar cmavromoustakos avatar jmileham avatar thoughtbot-travis avatar jferris avatar michaeldauria avatar addynaik avatar

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.