jonatassalgado / villeme

The easiest way to find events, activities and services in your city.

Home Page:https://www.alegreme.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt tag

Villeme

Stories in Ready Build Status Code Climate Coverage Status

The easiest way to find events, activities and services in your city.

Getting started

Dependencies

Git Ruby 2.2.3 with Rbenv (Ubuntu/Mac) Rails 4.2.6 (Ubuntu/Mac)

Setup the project
  1. Clone the project: $ git clone https://github.com/jonatassalgado/villeme.git
  2. Enter project folder: $ cd villeme
  3. Install imagemagick for Ubuntu: sudo apt-get install imagemagick
  4. Install postgreSQL packages : $ sudo apt-get install libpq-dev
  5. Install Gems: $ bundle install
  6. Install Npm modules: $ sudo npm install
  7. Compile assets (js, css, images): $ bundle exec rake assets:precompile
  8. Create the database: $ bundle exec rake db:schema:load
  9. Create faker data with seed: $ bundle exec rake db:seed
  10. If everything goes OK, you can now run the project $ rails server and open http://localhost:3000/sign_in
  11. Login as admin with email: admin@gmail.com and pass: password
If some errors occur in setup, try:

https://github.com/jonatassalgado/villeme/wiki/Erros-can-occur-in-setup

Collaborate

Villeme is a "open startup", where anyone can contribute.

Current tasks

Open https://github.com/jonatassalgado/villeme/issues or use Zenhub. For see our tasks in a Kanban just add Zenhub extension for your browser and after come to this repository.

Submitting a Feature

Open https://github.com/jonatassalgado/villeme/wiki/Submitting-a-Feature

How to start to colaborate

https://github.com/jonatassalgado/villeme/wiki/Start-to-Colaborate

Style Guide

Go to frontify.com/villeme-style-guide. If you want to edit, request access (the tool accept only people in team can edit).

Team

Founder: Jonatas Eduardo (John) from Brazil.

License

Copyright (C) 2014 Jonatas Eduardo Vedoi Salgado

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Read more on: makerability/villeme/LICENSE

About

The easiest way to find events, activities and services in your city.

https://www.alegreme.com

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 49.8%Language:Ruby 27.0%Language:HTML 12.6%Language:CoffeeScript 4.3%Language:CSS 4.2%Language:Vue 2.1%