-
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.
Merge pull request #33 from jonx8/project_config
Add installation guide
- Loading branch information
Showing
1 changed file
with
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,23 @@ | ||
# petCI | ||
Simple continuous integration system on Java | ||
# petCI | ||
**petCI** - Simple continuous integration system on Java. | ||
|
||
## Requirements: | ||
- JDK17 | ||
- Linux | ||
|
||
|
||
## Installation | ||
|
||
1. **Clone repository to your computer** | ||
|
||
```$ git clone https://github.com/jonx8/petCI.git && cd petCI``` | ||
|
||
2. **Build** | ||
```$ ./mvnw package``` or | ||
|
||
if you have Maven installed on your computer | ||
```$ mvn package``` | ||
4. **Created link to the petci.sh in /usr/bin [Recommended]** | ||
|
||
```$ sudo ./install.sh``` | ||
|