installation - restaurant-ide/restaurant GitHub Wiki

Installation

Prepare

NOTE: To use Restaurant, you must have working ruby, bundler, chef, knife, rspec and kitchen

Install RVM (optional)

user@host$ gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
user@host$ curl -sSL https://get.rvm.io | bash -s stable --ruby --autolibs=bundler
user@host$ rvm install 2.1 # or what ruby version you want
user@host$ rvm docs generate-ri # optional. Generate documentation

From binary

Get Restaurant archive

Download

Run

user@host$ cd </path/to/unpacked/restaurant/>/bin/restaurant

From source

Install basic packages

user@host$ apt-get install emacs24 realpath git gpg

Install Restaurant

user@host$ git clone https://github.com/cosmonaut-ok/restaurant.git restaurant
user@host$ cd restaurant
user@host$ ./bootstrap.sh install # local installation
user@host$ sudo ./bootstrap.sh install --global # global installation
user@host$ . ~/.profile # only for local installation
user@host$ restaurant # Enjoy
⚠️ **GitHub.com Fallback** ⚠️