Skip to content

Mehonoshin/smartvpn-billing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

44ac32a · Apr 1, 2019
Feb 23, 2019
Mar 16, 2019
Feb 23, 2019
Apr 1, 2019
Apr 1, 2019
Feb 23, 2019
Jan 19, 2019
Mar 16, 2019
Jun 27, 2015
Jan 8, 2019
Feb 4, 2019
Jan 23, 2019
Jan 19, 2019
Jan 13, 2019
Feb 23, 2019
Jun 27, 2015
Feb 23, 2019
Jan 6, 2019
Feb 23, 2019
Jan 21, 2019
Feb 23, 2019
Feb 23, 2019
Feb 23, 2019
Jun 28, 2015
Feb 19, 2019
Mar 16, 2019
Feb 23, 2019
Feb 23, 2019
Feb 23, 2019
Feb 23, 2019

Repository files navigation

SmartVPN Billing

Build Status Inline docs

smartvpn-billing

About

This repo contains just billing system for SmartVPN project. All further documentation in this repo relates only to billing system.

If you are looking for general documentation about the whole SmartVPN please visit Mehonoshin/smartvpn repo.

Docker image

The docker image is built automatically on every merge to master. You can always pull the latest version of the image from Docker Hub.

docker pull mexx/smartvpn-billing

For more information about the builds visit docker hub page mexx/smartvpn-billing

Contribution guidelines

TBD

Development setup

Set Up and Running app locally

  1. Clone repo git clone git@github.com:Mehonoshin/smartvpn-billing.git
  2. cd smartvpn-billing
  3. cp config/database.yml.sample config/database.yml and enter the username and password for access to your database.
  4. cp .env.sample .env
  5. The file .env contains all the env variables used in the application.
  6. bundle install
  7. rake db:setup
  8. rails server

Start Up and Developing with Docker

  1. Clone repo git clone git@github.com:Mehonoshin/smartvpn-billing.git
  2. cd smartvpn-billing
  3. docker-compose -f docker-compose.development.yml up
  4. cp .env.sample .env
  5. Edit your SECRET_TOKEN in .env
  6. Go to http://lvh.me:3000

How to run usual RoR command into docker

  1. docker-compose -f docker-compose.development.yml up
  2. docker-compose exec app bash - connect to running container as named app
  3. RAILS_ENV=test ./bin/rake db:setup - setup test database
  4. ./bin/rails console - run rails console
  5. RAILS_ENV=test bundle exec rspec spec - start rspec tests

How it works :) https://www.youtube.com/watch?v=VFRKPO5LHDg

Admin access

Other accounts created during seeding can be found at: