Sha256: b50627b6a971a41e2c9e5d2e05f4c6f9fa755558dcfc0479ed7c19c53d0466eb

Contents?: true

Size: 911 Bytes

Versions: 7

Compression:

Stored size: 911 Bytes

Contents

<%
  row = cell(:elements, :row).new
  block = cell(:elements, :block).new(class: 'xs-12 sm-12 md-12')
  code = cell(:elements, :code).new
%>

<!-- PRESENTATION -->
<%=raw row.open %>

  <%=raw block.open %>

    <%=raw cell(:elements, :title).new(label: 'General: Installation') %>

    <p>Install Lato Core is simple. First of all you need to add the gem on your gemfile:</p>

<%=raw code.open %>

gem 'lato_core', git: 'https://github.com/ideonetwork/lato-core'

<%=raw code.close %>

    <p>Install the gem with bundle:</p>

<%=raw code.open %>

$> bundle install

<%=raw code.close %>

    <p>Copy the Lato Core migrations on your application:</p>

<%=raw code.open %>

$> rails lato_core:install:migrations

<%=raw code.close %>

    <p>Run the migrations:</p>

<%=raw code.open %>

$> bundle exec rake db:migrate

<%=raw code.close %>

  <%=raw block.close %>

<%=raw row.close %>
<!-- / PRESENTATION -->

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
lato_core-2.2.2 app/views/lato_core/doc/general/installation.html.erb
lato_core-2.2.0 app/views/lato_core/doc/general/installation.html.erb
lato_core-2.1.4 app/views/lato_core/doc/general/installation.html.erb
lato_core-2.1.3 app/views/lato_core/doc/general/installation.html.erb
lato_core-2.1.2 app/views/lato_core/doc/general/installation.html.erb
lato_core-2.1.1 app/views/lato_core/doc/general/installation.html.erb
lato_core-2.1 app/views/lato_core/doc/general/installation.html.erb