Skip to content
forked from wallgig/wallgig

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

License

Notifications You must be signed in to change notification settings

zaleCao/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 plugin install vagrant-berkshelf to install the required berkshelf plugin for vagrant.
  4. Run vagrant up to download and set up the virtual machine (VM) automatically. For Windows users, the VirtualBox GUI should be launched with administrator privileges first and kept open.
  5. 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.
  6. Inside the VM, run bundle install to install dependencies.
  7. To start, run foreman start. This will boot up Sidekiq, Redis and Puma in development mode.
  8. You can now access the app from http://localhost:3000
  9. Start hacking!

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published