wallgig icon indicating copy to clipboard operation
wallgig copied to clipboard

wallgig is an open source wallpaper sharing community written in Rails 4

wallgig

Build Status Code Climate Coverage Status Stories in Ready Bitdeli Badge

Technologies used

Languages

Server

  • Elasticsearch
  • PostgreSQL
  • Puma
  • Redis

How to run

  • The easiest way to get this up and running is by using Vagrant.

Steps

  1. Install Virtualbox and Vagrant.
  2. Copy .env.example to .env and make changes accordingly.
  3. Run vagrant up to download and set up the virtual machine (VM) automatically.
  4. Run vagrant ssh to ssh into that machine. For Windows users, you should be using a Unix-like shell such as MinGW or Git Shell.
  5. Inside the VM, run bundle install to install dependencies.
  6. To start, run foreman start. This will boot up Sidekiq, Redis and Puma in development mode.
  7. You can now access the app from http://localhost:3000
  8. Start hacking!