-
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.
- Loading branch information
Mikaël ANDRE
authored
Jul 6, 2016
1 parent
3d3c22a
commit 5048205
Showing
1 changed file
with
29 additions
and
1 deletion.
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,30 @@ | ||
# Graylog | ||
Shell script to install automatically Graylog application | ||
|
||
## Description | ||
This shell script installs all Graylog components (server and web) on one server. | ||
|
||
## Prerequisites | ||
- [x] Processor type : 64Bits | ||
- [x] Operating System : CentOS | ||
- [x] OS versions : 6.5, 6.6 | ||
- [x] OS installation : Minimal | ||
- [x] Minimum RAM size : 1Go | ||
- [x] Minimum disk size : 60Go | ||
|
||
## Quick guide | ||
1. Create new file in your home folder | ||
- `touch ~/install_graylog.sh` | ||
2. Edit it with Vi editor | ||
- `vi ~/install_graylog.sh` | ||
3. In Vi console | ||
* Press `<i>` to go in edit mode, | ||
* Paste content from [Github](https://github.com/mikael-andre/Graylog/blob/master/install_graylog.sh), | ||
* Press `<ESCAPE>` to exit edit mode, | ||
* Type `:x` and press `<ENTER>` to save and close file | ||
4. Give execute rights on install script | ||
- `chmod +x ~/install_graylog.sh` | ||
5. Launch it with the following command | ||
- `~/install_graylog.sh` | ||
|
||
## Contact | ||
Feel free to contact me by mail or Github if you have any issues or suggestions. |