-
Notifications
You must be signed in to change notification settings - Fork 0
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
rfaircloth-splunk
committed
Feb 8, 2020
1 parent
0abe7a8
commit 30fd0f2
Showing
9 changed files
with
47 additions
and
2 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
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,43 @@ | ||
| # Development setup (BETA) | ||
|
|
||
| ## Get Docker | ||
|
|
||
| Development requires Docker desktop available for windows + and mac or Docker CE available for Linux visit (Docker)[https://www.docker.com/get-started] | ||
| for download instructions | ||
|
|
||
| ## Setup VS Code IDE | ||
|
|
||
| VS Code provides a free IDE experience that is effective for daily development with SC4S visit (Microsoft)[https://code.visualstudio.com/docs/introvideos/basics] | ||
| to download and install for your plaform (windows/mac/linux) | ||
|
|
||
| ## Fork and Clone the github repository | ||
|
|
||
| Visit our repository at (Github)[https://github.com/splunk/splunk-connect-for-syslog] and "fork" our repository this will allow you to make changes and submit pull requests. | ||
|
|
||
|  | ||
|
|
||
| Click the clone icon and select the location | ||
|
|
||
|  | ||
|
|
||
| ## Setup the project and install requirements | ||
|
|
||
| The follow steps are only required on the first time run. | ||
|
|
||
| * Install VS Code Extensions S | ||
| * Python | ||
| * Test Explorer | ||
| * "Python Test Explorer" | ||
| * Click the "Run/Debug" bug icon | ||
| * Select the "Setup Project" task and click the Green play icon | ||
| * Select the "Setup Requirements" task and click the Green play icon | ||
|
|
||
|  | ||
|
|
||
| ## Click the test lab icon | ||
|
|
||
| * Run all tests this will appear to do nothing for a period system fan may spin loud whiletests are run icons on each test will turn green | ||
| or red to indicate pass fail however VS Code does not show the status of status until the tests complete | ||
|
|
||
|  | ||
|
|
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
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