Giter Club home page Giter Club logo

mrgreenh / puzzlog Goto Github PK

View Code? Open in Web Editor NEW
1.0 4.0 0.0 19.42 MB

“Puzzlog” gives the user a crowd-sourced growing set of in-browser creative tools that can be assembled in complex works. At first independently invented and prototyped, its design and development continued in Eurecom as a semester project focused on online content-remixing. I'm now using it for the first time as a blogging platform (http://puzzlog.herokuapp.com/mrgreenh).

License: GNU General Public License v2.0

Ruby 73.43% JavaScript 13.10% CoffeeScript 0.89% CSS 12.58%

puzzlog's Introduction

Puzzlog

This project aims to define and prototype a new class of content creation online services. To learn how to use it, install it locally or use your invitation to the online alpha testing program.

Local Installation

To install Puzzlog locally, you first need to install Ruby on your computer. I suggest using RVM if you work on a Unix system, use RailsInstaller to install both Ruby and Rails on a Windows machine (more on Rails' version later). Please pay attention:

  • This application has been tested with Ruby 1.9.3.
  • It it strongly recommended to use Rails 3.2.1.

Install PostgreSQL (Puzzlog has been developed with version 9.1.3) and create a production database and a user with full privileges on it as described below (if you whish to use Puzzlog as-is):

  • Database name: "fragments_project"
  • Username: "postgres"
  • Password: "postgres" If you want, you can modify these parameters in config/database.yml

Install ImageMagick: If you are on a mac and you use MacPorts it's as easy as:

sudo port install ImageMagick

Now you are ready to go, you only miss the code: git clone https://github.com/mrgreenh/puzzlog.git

Open a terminal window and reach the project folder, then type:

bundle install
bundle exec rake db:create
bundle exec rake db:migrate
bundle exec rake db:seed
rails s

Open a browser window and navigate to http://localhost:3000

Don't hesistate to contact me if either this installation guide doesn't work for you, or you would like to fork/try puzzlog, or any other problem.

Have fun!

##License This CMS is distributed under the GPLv2 License

puzzlog's People

Contributors

mrgreenh avatar

Stargazers

Raphael Troncy avatar

Watchers

James Cloos avatar Raphael Troncy avatar  avatar  avatar

puzzlog's Issues

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.