Skip to content
/ knowe Public template

AMCS Platform API Integration Template for Ruby on Rails

License

Notifications You must be signed in to change notification settings

john-hamnavoe/knowe

Repository files navigation

README

Using Template

Steps to use template:

  • Use Template button at top of this repo

  • git clone to local development machine

  • Rename databases/redis etc. from knowe to your app name

  • If npm < 7.1 rerun bin/rails javascript:install:esbuild

  • Run bundle update

  • Run rails db:create db:migrate

  • Run rails dev:cache (for stimulus reflex)

  • Add remote original knowe:

Merging Changes from Template

Merge changes from template:

  • git fetch knowe

  • git merge knowe/main --allow-unrelated-histories

  • rails db:migrate (to apply new database changes)

First time probably need to do some merges to get the right change to database name etc.

Running application

  • foreman start -f procfile.dev

About

AMCS Platform API Integration Template for Ruby on Rails

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published