Skip to content

Use template app from this repository to quickly bootstrap new Ruby on Rails applications which leverage Active Admin for rapidly prototyping or building back-office applications.

Notifications You must be signed in to change notification settings

Selleo/frame_app

Repository files navigation

FrameApp

Use template app from this repository to quickly bootstrap new Ruby on Rails applications which leverage Active Admin for rapidly prototyping or building backoffice applications.

Ensure you rename all instances of FrameApp, frame-app, Frame App and frame_app to the name of your choice

Setting up application locally

  • Ensure you have docker installed

  • Ensure you are using the correct ruby version (look into .ruby-version for reference)

  • Then, in project directory

    • docker-compose up - runs PostgreSQL and Redis
    • cp config/database.yml.example config/database.yml - instantiates local database configuration
    • cp .env.example .env - instantiates local ENV variables
    • bundle install - installs all necessary gems (libraries)
    • rails db:create db:schema:load - creates DB and loads the most recent DB structure
    • rails db:seed - to seed database with initial data
    • yarn install - install YARN packages
    • rails s - runs application server

Scope of this application

About

Use template app from this repository to quickly bootstrap new Ruby on Rails applications which leverage Active Admin for rapidly prototyping or building back-office applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published