billing management for hosting
Billing and auth system for VPN provider
Nothing special found.
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.
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
TBD
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
.env
contains all the env variables used in the application.bundle install
rake db:setup
rails server
git clone [email protected]:Mehonoshin/smartvpn-billing.git
cd smartvpn-billing
docker-compose -f docker-compose.development.yml up
cp .env.sample .env
SECRET_TOKEN
in .env
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
[email protected]
1234567
Other accounts created during seeding can be found at:
* Admins
* Users