Simplr, a templating platform for building custom web apps.
This is free and open source software, as specified above by the GNU General Public License.
- Download the package or clone the repo.
- Install Ruby version 2.6.5 using RVM or the Ruby Installer
- Install ImageMagick:
sudo apt-get install imagemagick libmagickwand-dev
- Install Ruby gems:
bundle install
- Setup the database:
bundle exec rake db:setup
- Run the database migrations:
bundle exec rake db:migrate
The default database is SQLite3.