ghard / vagrant-ansible-sbcl

Vagrant VM for Web Dev with SBCL and RethinkDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vagrant VM for Web Dev with SBCL and Rethink DB

Prerequisites

Installation

Clone this repository:

$ git clone https://github.com/rudolfochrist/vagrant-ansible-sbcl.git

Usage

Use

$ vagrant up

to start the machine. Then ssh into the guest system with

$ vagrant ssh

On the guest machine you can use

$ tmuxinator start swank

which creates an tmux session called swank and runs sbcl inside it. swank gets started as well on port

  1. The VM creates a private network. To connect vie Emacs/Slime to the REPL use
(slime-connect "192.168.33.10" 4005)

or M-x slime-connect alternatively.

About

Vagrant VM for Web Dev with SBCL and RethinkDB