File tree Expand file tree Collapse file tree 1 file changed +31
-1
lines changed
Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change 11![ Logo] ( assets/autocd-logo.png )
2- # autoCD is a platform to provide CD solutions in a monolithic server
2+
3+ # autoCD
4+ It is a platform to provide automation to CD in monolythic server.
5+
6+ ![ GitHub Actions] ( https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge&logo=githubactions&logoColor=white )
7+ ![ JWT] ( https://img.shields.io/badge/JWT-black?style=for-the-badge&logo=JSON%20web%20tokens )
8+ ![ NodeJS] ( https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white )
9+ ![ Spring] ( https://img.shields.io/badge/spring-%236DB33F.svg?style=for-the-badge&logo=spring&logoColor=white )
10+ ![ React] ( https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB )
11+ ![ Java] ( https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=openjdk&logoColor=white )
12+ ![ TypeScript] ( https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white )
13+
14+ # Features
15+ - Maintain users
16+ - Maintain users permissions
17+ - Maintain projects
18+ - Project CD script
19+ - Message queue
20+ - Autoscalling of threads
21+ - Application logs
22+
23+ # Quickstart
24+
25+ - Install java-17
26+ (On ubuntu)
27+
28+ ```
29+ apt-get update
30+ apt-get upgrade
31+ apt install openjdk-17-jdk openjdk-17-jre
32+ ```
333
You can’t perform that action at this time.
0 commit comments