mirror of
https://github.com/guezoloic/serverconfig.git
synced 2026-03-31 19:21:34 +00:00
Revise README for project name and content
Updated project name in README and removed paths section.
This commit is contained in:
16
README.md
16
README.md
@@ -1,4 +1,4 @@
|
|||||||
<h1 align=center> ServerConfig </h1>
|
<h1 align=center> server-config </h1>
|
||||||
my own configuration management tool designed to quickly setup a server. It provides a simple way to deploy all my configuration needs.
|
my own configuration management tool designed to quickly setup a server. It provides a simple way to deploy all my configuration needs.
|
||||||
|
|
||||||
## Table of Content
|
## Table of Content
|
||||||
@@ -19,19 +19,13 @@ Ensure you have the following **programs** installed:
|
|||||||
- **aws**
|
- **aws**
|
||||||
- **docker**
|
- **docker**
|
||||||
|
|
||||||
## Paths
|
|
||||||
|
|
||||||
- /usr/local/bin/scripts
|
|
||||||
- /usr/local/bin/libs
|
|
||||||
- /var/log/serverconfig.log
|
|
||||||
- /etc/serverconfig
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/guezoloic/serverconfig.git
|
git clone https://github.com/guezoloic/server-config.git
|
||||||
cd serverconfig && \
|
cd serverconfig
|
||||||
chmod +x ./install.sh && ./install.sh
|
chmod +x ./install.sh
|
||||||
|
./install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|||||||
Reference in New Issue
Block a user