Sha256: b1bb557f5c28f673714298d04cb21db5bae5bb2b70d5b3d8fa80fd8fac6505e2
Contents?: true
Size: 995 Bytes
Versions: 2
Compression:
Stored size: 995 Bytes
Contents
# Lato Core Lato is a Rails engine used to develop modular admin panels. This is the module used to initialize the admin panel. The complete documentation is inside the application panel, so you must [install](#installation) it before. You can always try a demo here: https://lato-server.herokuapp.com  ## Ecosystem - [Lato core](https://github.com/ideonetwork/lato-core): The core module used to initialize the panel. - [Lato media](https://github.com/ideonetwork/lato-media): A module used to manage attachments and media files. - [Lato blog](https://github.com/ideonetwork/lato-blog): A module used to manage a blog. ## Installation Add the lato_core gem on your Gemfile ```ruby gem 'lato_core' ``` Install the gem ```console bundle install ``` Copy the migrations ```console rails lato_core:install:migrations ``` Exec migrations ```console bundle exec rake db:migrate ``` Now you can start the server and go to the relative url */lato/core*
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lato_core-2.2.0 | README.md |
lato_core-2.1.4 | README.md |