Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vayan/goirc
IRC Web client
https://github.com/vayan/goirc
Last synced: 2 days ago
JSON representation
IRC Web client
- Host: GitHub
- URL: https://github.com/vayan/goirc
- Owner: vayan
- Created: 2013-07-14T11:05:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-14T11:08:35.000Z (over 11 years ago)
- Last Synced: 2025-01-22T08:12:33.739Z (8 days ago)
- Language: JavaScript
- Size: 4.46 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GO#IRC
- - -
## Build Requirements
* Go <[http://golang.org](http://golang.org)>
* websocket <[code.google.com/p/go.net/websocket](code.google.com/p/go.net/websocket)>
* Gorilla <[http://www.gorillatoolkit.org/](http://www.gorillatoolkit.org/)>
* go-ircevent <[github.com/thoj/go-ircevent](github.com/thoj/go-ircevent)>
* Go-SQL-Driver/MySQL <[github.com/Go-SQL-Driver/MySQL](github.com/Go-SQL-Driver/MySQL)>* MySQL <[https://www.mysql.com/](https://www.mysql.com/)>
## Comment setup le projet :
* Set un env GOPATH qui link à la racine du projet
(ex: `export GOPATH=/path/to/go/` )* dans votre dossier de projet :
```
#!shellmkdir bin
mkdir src
mkdir pkg
```* rajouter le dossier bin crée precedement a votre PATH
(ex : `export PATH=$PATH:/path/to/go/bin` )* Recuperer les dependances :
```
#!shellgo get code.google.com/p/go.net/websocket
go get bitbucket.org/vayan/gomin
go get github.com/gorilla/schema
go get github.com/gorilla/mux
go get github.com/gorilla/sessions
go get github.com/thoj/go-ircevent
go get github.com/go-sql-driver/mysql
cd src
git clone [email protected]:vayan/goirc.git
cd goirc
```* Creer le fichier de config `conf.json` (exemple dans `conf.json.exemple`)
* Done !
## Comment lancer GO#IRC :
```
#!shellgo install goirc/goirc
goirc
```Puis ouvrez un navigateur localhost:port (localhost:1112 par default)