Skip to content

peco8/ngircd-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngircd-demo

IRC damon demo ( using ngIRCd: a free, portable and lightweight Internet Relay Chat server for small or private networks.)

Running locally

$ git clone git@github.com:peco8/ngircd-demo.git
$ cd ngircd-demo
$ docker build --no-cache --tag quickstart-php .
$ docker run -d -p 6667:6667 ngircd-demo

Your app should now be running locally.

Deploying to Arukas

Install the Arukas CLI,

or If you have docker installed already,

$ docker run --rm -e ARUKAS_JSON_API_TOKEN=<APIT_TOKEN> -e ARUKAS_JSON_API_SECRET=<SECRET_KEY> arukasio/arukas run --instances=1 --mem=512 -ports=80:tcp peco8/ngircd-demo

TIPS

If you don't have any cliens to connect, here is the list.

IRC Client

CLI base
Browser based apps
Desktop apps

IRCbot

Create bot/env.php file following bot/env.sample.php. You can overload and customize specific variables when running scripts.

$ php ngircd-demo/bot/run.php

Author

License

This project is licensed under the terms of the MIT license.

Continue with this tutorial here.

About

Arukas Demo with IRC server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages