The easiest way to find events, activities and services in your city.
Git Ruby 2.2.3 with Rbenv (Ubuntu/Mac) Rails 4.2.6 (Ubuntu/Mac)
- Clone the project:
$ git clone https://github.com/jonatassalgado/villeme.git
- Enter project folder:
$ cd villeme
- Install imagemagick for Ubuntu:
sudo apt-get install imagemagick
- Install postgreSQL packages :
$ sudo apt-get install libpq-dev
- Install Gems:
$ bundle install
- Install Npm modules:
$ sudo npm install
- Compile assets (js, css, images):
$ bundle exec rake assets:precompile
- Create the database:
$ bundle exec rake db:schema:load
- Create faker data with seed:
$ bundle exec rake db:seed
- If everything goes OK, you can now run the project
$ rails server
and open http://localhost:3000/sign_in - Login as admin with email:
admin@gmail.com
and pass:password
https://github.com/jonatassalgado/villeme/wiki/Erros-can-occur-in-setup
Villeme is a "open startup", where anyone can contribute.
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.
Open https://github.com/jonatassalgado/villeme/wiki/Submitting-a-Feature
https://github.com/jonatassalgado/villeme/wiki/Start-to-Colaborate
Go to frontify.com/villeme-style-guide. If you want to edit, request access (the tool accept only people in team can edit).
Founder: Jonatas Eduardo (John) from Brazil.
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