8000 GitHub - elsom25/face-danger-bot
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

elsom25/face-danger-bot

Repository files navigation

FaceDangerBot

Setup

You can run this project with Vagrant and Ansible 2.0.0 or higher.

To start, get the source on your machine:

git clone git@github.com:Boltmade/face-danger-bot.git
cd face-danger-bot

Next, you need to setup your environment:

cp .env.dist .env

Modify your .env appropriately for your setup. Any time you modify this file, you will need to restart your application for the changes to take effect.

Once you've installed Vagrant and Ansible:

vagrant up

After that, any commands need to be run within the virtual machine via vagrant ssh. You can halt the machine via vagrant halt when you're done working.

Running

vagrant ssh
bundle exec rails s -b 0.0.0.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0