{"id":18063293,"url":"https://github.com/danielweinmann/unlock","last_synced_at":"2025-04-11T15:40:58.431Z","repository":{"id":21041748,"uuid":"24339951","full_name":"danielweinmann/unlock","owner":"danielweinmann","description":"Distributed \u0026 recurring crowdfunding platform","archived":false,"fork":false,"pushed_at":"2016-04-12T05:00:18.000Z","size":506,"stargazers_count":49,"open_issues_count":5,"forks_count":20,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-25T11:49:21.646Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://unlock.fund","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danielweinmann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-22T18:20:30.000Z","updated_at":"2021-09-04T03:21:12.000Z","dependencies_parsed_at":"2022-08-30T20:00:31.240Z","dependency_job_id":null,"html_url":"https://github.com/danielweinmann/unlock","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielweinmann%2Funlock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielweinmann%2Funlock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielweinmann%2Funlock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielweinmann%2Funlock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielweinmann","download_url":"https://codeload.github.com/danielweinmann/unlock/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248432931,"owners_count":21102466,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-31T05:10:31.593Z","updated_at":"2025-04-11T15:40:58.408Z","avatar_url":"https://github.com/danielweinmann.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unlock [![Build Status](https://secure.travis-ci.org/danielweinmann/unlock.png?branch=master)](https://travis-ci.org/danielweinmann/unlock) [![Code Climate](https://codeclimate.com/github/danielweinmann/unlock/badges/gpa.svg)](https://codeclimate.com/github/danielweinmann/unlock)\n\nUnlock people's pontential through recurring crowdfunding.\n\n## Installing\n\nThere are two ways to install and run Unlock for development:\n\n### Locally\n\nFirst, make sure your system has the following dependencies:\n\n* Ruby 2.0+ \n* PostgreSQL 9.3+ (you'll need the postgresql contrib modules as well)\n\nThen, simply clone the repository:\n\n```\ngit clone git@github.com:danielweinmann/unlock.git\n```\n\nAnd install all the gem dependencies: \n\n```\ncd unlock\nbundle install\n```\n\nCopy `config/database.sample.yml` into `config/database.yml`,\nadjusting any options to your database configuration. To create the\nschema and run the migrations:\n\n```\nrake db:migrate\nrake db:setup\n```\n\nAt this point, you should have a green build:\n\n```\nrake\n```\n\n...and you're ready to go! :)\n\n### Using Vagrant\n\nBefore installing, make sure you have recent versions of\n[Git](http://www.git-scm.com/), [Vagrant](https://www.vagrantup.com/)\nand [VirtualBox](https://www.virtualbox.org/) installed on your\ndevelopment machine.\n\nThen, simply clone the repository:\n\n```\ngit clone git@github.com:danielweinmann/unlock.git\n```\n\nAnd create a Vagrant machine from the root of the project:\n\n```\ncd unlock\nvagrant up\n```\n\nThis will download and install all the required dependencies, and\nset up the database for you.  To make sure everything worked well,\ntry running the tests:\n\n```\nvagrant ssh -c 'cd /vagrant \u0026\u0026 rake'\n```\n\nTo run the application in development mode:\n\n```\nvagrant ssh -c 'cd /vagrant \u0026\u0026 rails server'\n```\n\n## Payment gateways\n\nEvery initiative on Unlock can add and configure multiple payment\ngateways, which are separate gems which follow the\n[UnlockGateway](https://github.com/danielweinmann/unlock_gateway)\npattern.\n\n### Available gateways\n\n* [unlock_moip](https://github.com/danielweinmann/unlock_moip) (Moip Assinaturas)\n* [unlock_paypal](https://github.com/danielweinmann/unlock_paypal) (PayPal recurring)\n\n### Creating a new gateway\n\nCreate a gem that follows the [UnlockGateway](https://github.com/danielweinmann/unlock_gateway)\npattern, integrate it with Unlock's code, and create a Pull Request.\nSee [Contributing](#contributing) for details on how to contribute.\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`) \n3. Commit your changes (`git commit -am 'Add some feature'`) \n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\nThis project rocks and uses the MIT LICENSE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielweinmann%2Funlock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielweinmann%2Funlock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielweinmann%2Funlock/lists"}