Skip to content

Getting Started

LiuTao edited this page Nov 10, 2016 · 7 revisions

Installation

Eloquent-MVC is not available on Quicklisp. Follow instructions belowed to install it manually.

1 . Download this repository

cd /tmp/
git clone 'git@github.com:Liutos/eloquent-mvc.git'

2 . Let Quicklisp know how to load this framework

cd ~/quicklisp/quicklisp/
ln -s /tmp/eloquent-mvc/eloquent-mvc.asd .

3 . Load this framework:

(ql:quicklisp 'eloquent-mvc)
Clone this wiki locally