Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 997 Bytes

README.adoc

File metadata and controls

50 lines (31 loc) · 997 Bytes

concrete5 Documentation

In this repository we’ll have the source of two books for concrete5 5.7:

Installation

Ruby

Check that you have Ruby installed:

ruby --version

In case it’s not installed: please install it.

Bundle

Check that you have Bundle installed:

bundle --version

In case it’s not installed, run this command:

gem install bundle

Gems

Install the required gems by running

bundle install

Java

Check that you have Java installed:

java -version

In case it’s not installed: please install it.