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
- Clone repo
git clone [email protected]:Mehonoshin/smartvpn-billing.git
cd smartvpn-billing
cp config/database.yml.sample config/database.yml
and enter the username and password for access to your database.cp .env.sample .env
- The file
.env
contains all the env variables used in the application. bundle install
rake db:setup
rails server
Start Up and Developing with Docker
- Clone repo
git clone [email protected]:Mehonoshin/smartvpn-billing.git
cd smartvpn-billing
docker-compose -f docker-compose.development.yml up
cp .env.sample .env
- Edit your
SECRET_TOKEN
in.env
- Go to http://lvh.me:3000
How to run usual RoR command into docker
docker-compose -f docker-compose.development.yml up
docker-compose exec app bash
- connect to running container as named appRAILS_ENV=test ./bin/rake db:setup
- setup test database./bin/rails console
- run rails consoleRAILS_ENV=test bundle exec rspec spec
- start rspec tests
How it works :) https://www.youtube.com/watch?v=VFRKPO5LHDg
Admin access
- To get admin access you can go to http://localhost:3000/admins/sign_in
- Email:
[email protected]
- Password:
1234567
Other accounts created during seeding can be found at: