Skip to content
This repository has been archived by the owner on Aug 14, 2018. It is now read-only.
/ wallgig Public archive

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

License

Notifications You must be signed in to change notification settings

jianyuan/wallgig

Repository files navigation

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!

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published