-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Roman Kirpichnikov
committed
Feb 23, 2019
1 parent
a454c6a
commit 12ad6f4
Showing
3 changed files
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,8 +32,9 @@ VPN node configuration is located in the following [repo](https://github.com/Meh | |
1. Clone repo `git clone [email protected]:Mehonoshin/smartvpn-billing.git` | ||
2. `cd smartvpn-billing` | ||
3. `docker-compose -f docker-compose.development.yml up` | ||
4. Copy your `SECRET_TOKEN` to `.env` | ||
5. Go to http://lvh.me:3000 | ||
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` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters