-
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
Showing
1 changed file
with
16 additions
and
0 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,6 +1,22 @@ | ||
irc4j | ||
===== | ||
irc4j is IRC client/server implementation for java. | ||
|
||
# Install | ||
|
||
## server | ||
download archive from [here](https://github.com/ukiuni/irc4j/releases) and unzip, exec one script. just it. | ||
|
||
```shell: | ||
unzip irc4j_server_xxx.zip | ||
cd bin | ||
chmod +x ./airs.sh | ||
nohup ./airs.sh 2>&1 >> irc.log & | ||
``` | ||
|
||
# License | ||
This software licensed under Apache Software License 2.0. | ||
|
||
# Depends on | ||
This software depends on h2,jsonic,lightHttpServer,Twitter Bootstrap,google-code-prettify,http://bootswatch.com/cerulean/, | ||
|