-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from pafeliepixel/main
Convoy-Paymenter-Docs.
- Loading branch information
Showing
5 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,56 @@ | ||
This documentation will cover the connection between Convoy and Paymenter. | ||
|
||
|
||
Convoy settings: | ||
|
||
1. Login into convoy web portal. | ||
|
||
2. Click on your username on the top right and select 'Admin Control Panel' | ||
|
||
3. Click on 'Token', create a 'New Token' and save it for later. | ||
|
||
|
||
Paymenter settings: | ||
|
||
|
||
1. Login into your Paymenter web portal | ||
|
||
2. Click on your username in the top right corner of the page and then click 'Admin area' | ||
|
||
3. Click on the three horizontal dots and then select 'Extensions' | ||
|
||
4. Click on 'Browse Extensions' | ||
|
||
5. Find Convoy extension and then click 'Download' | ||
|
||
6. Once again click on the three horizontal dots and select 'Extensions' | ||
|
||
7. Find Convoy in your list and click on the edit button | ||
|
||
8. Inside this extension things should look like this: | ||
|
||
![Alt text](PaymenterExtensionSettings.png) | ||
|
||
Let's make our first package with this extension and see our first VM deployed | ||
|
||
9. Go to 'Products' and then 'Categories' and create a category for your product | ||
|
||
10. Go to 'Products' again and click on 'Create Product' | ||
|
||
11. Your new product should look like this: | ||
|
||
![Alt text](VMProducts1.png) | ||
|
||
***Notice: The fact that we put in '0' for the price is because we want to test first, that it creates the VM without any manual intervention. | ||
|
||
12. After you save your product you should have another tab available called 'Extension', click on it | ||
|
||
13. Select the extension 'Convoy' and click on 'Update server' | ||
|
||
14. In the fields that just appeared below fill out your desired values for this product, here is an example below: | ||
|
||
![Alt text](ConvoyProductSettings.png) | ||
|
||
15. This should be it, now you can order this package from the front page of Paymenter and see your VM being deployed without any issues. | ||
|
||
***Notice: I have not put anything in the 'Bandwidth' section, because I don't usually limit the bandwidth used, but you can do that there. Also make sure you have added some IPV4 ip addresses to your Convoy node that you just added earlier in this documentation. |