Sha256: ef73a0bd8a3207a18598c7bc4e35aa9431a26646972da317f8148118bf56c37f

Contents?: true

Size: 916 Bytes

Versions: 2

Compression:

Stored size: 916 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 Media is simple. First of all you need to add the gem on your gemfile:</p>

<%=raw code.open %>

gem 'lato_media', git: 'https://github.com/ideonetwork/lato-media'

<%=raw code.close %>

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

<%=raw code.open %>

$> bundle install

<%=raw code.close %>

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

<%=raw code.open %>

$> rails lato_media: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

2 entries across 2 versions & 1 rubygems

Version Path
lato_media-2.1.2 app/views/lato_media/doc/general/installation.html.erb
lato_media-2.1 app/views/lato_media/doc/general/installation.html.erb