Sha256: 2b0bc588796a39fbf45d1554c66d7e583780a7f47997a570243e2574090ca52e

Contents?: true

Size: 911 Bytes

Versions: 6

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

<%=raw code.open %>

gem 'lato_blog', git: 'https://github.com/ideonetwork/lato-blog'

<%=raw code.close %>

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

<%=raw code.open %>

$> bundle install

<%=raw code.close %>

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

<%=raw code.open %>

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

6 entries across 6 versions & 1 rubygems

Version Path
lato_blog-2.2.2 app/views/lato_blog/doc/general/installation.html.erb
lato_blog-2.2.1 app/views/lato_blog/doc/general/installation.html.erb
lato_blog-2.2.0 app/views/lato_blog/doc/general/installation.html.erb
lato_blog-2.1.2 app/views/lato_blog/doc/general/installation.html.erb
lato_blog-2.1.1 app/views/lato_blog/doc/general/installation.html.erb
lato_blog-2.1 app/views/lato_blog/doc/general/installation.html.erb