Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local deployment #84 #106

Merged
merged 2 commits into from
Oct 21, 2017
Merged

Local deployment #84 #106

merged 2 commits into from
Oct 21, 2017

Conversation

dankolbrs
Copy link
Contributor

@dankolbrs dankolbrs commented Oct 19, 2017

For #84. Uses docker-compose to spin up local IRC server and bot in containers. Additionally updates to use environment variables for some values that are currently hard-coded.

Requires docker and docker-compose.

To run, use docker-compose up within the root directory of the repo. This will build and run the containers.

Updates bot to allow environment variables for server, name, and
channel rather than current hard-coded values.

Values default to previous hard-coded values.
Uses docker-compose to create a local IRC server and connects
nutrient bot for testing per #84.
@dankolbrs
Copy link
Contributor Author

Exposes 6667 on localhost so bot can be interacted with using a standard IRC client connecting to localhost/6667.

screenshot from 2017-10-19 17-43-30

@rahuldecoded
Copy link
Owner

Awesome work. Thank you so much.

@rahuldecoded rahuldecoded merged commit 4ec0b75 into rahuldecoded:master Oct 21, 2017
@ghost ghost added the hacktoberfest label Oct 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants