mirror of
https://github.com/guezoloic/serverconfig.git
synced 2026-03-28 18:03:49 +00:00
Revise README for project name and content
Updated project name in README and removed paths section.
This commit is contained in:
18
README.md
18
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.
|
||||
|
||||
## Table of Content
|
||||
@@ -19,21 +19,15 @@ Ensure you have the following **programs** installed:
|
||||
- **aws**
|
||||
- **docker**
|
||||
|
||||
## Paths
|
||||
|
||||
- /usr/local/bin/scripts
|
||||
- /usr/local/bin/libs
|
||||
- /var/log/serverconfig.log
|
||||
- /etc/serverconfig
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
git clone https://github.com/guezoloic/serverconfig.git
|
||||
cd serverconfig && \
|
||||
chmod +x ./install.sh && ./install.sh
|
||||
git clone https://github.com/guezoloic/server-config.git
|
||||
cd serverconfig
|
||||
chmod +x ./install.sh
|
||||
./install.sh
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
Feel free to fork the repository, submit issues or pull requests.
|
||||
Feel free to fork the repository, submit issues or pull requests.
|
||||
|
||||
Reference in New Issue
Block a user