-
Notifications
You must be signed in to change notification settings - Fork 3
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
1 parent
889a198
commit 44f6096
Showing
2 changed files
with
19 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Requirements | ||
|
||
To check that your system can run the backend onsite exercise in Go, run the `setup.sh` script included in this directory (if you're on Windows, run `setup.bat` "currently missing" instead). | ||
|
||
We encourage you to use whatever setup is most comfortable for you, whether that's running the script locally, in Docker, or in a VM. As long as the `setup` script runs successfully, you should be good to go. | ||
|
||
## Dependencies | ||
|
||
* A Go version >= 1.18. | ||
* [SQLite3](https://www.sqlite.org/index.html) (this comes pre-installed on most operating systems). | ||
|
||
## Troubleshooting | ||
|
||
If for some reason the `setup` script won't run successfully, try the following: | ||
|
||
- Ensure that your PHP version is >= 1.18. | ||
- Ensure that SQLite3 is installed. | ||
|
||
If you try the above and are still having trouble, please reach out to your recruiting coordinator and we'll do our best to assist you. If possible, please include relevant stacktraces and system details (OS and language versions, etc) in your message. |