Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Prepare for beta release #104

@tuxmea

Description

@tuxmea

The following should not be part of the git repo.
This information must be added to a document describing the way how to package HDM.

Rails uses different environments. At the moment we use development.
For packaging, we need production environment.

  1. Compile JS/CSS:
  • bundle exec rails assets:precompile
  1. Ruby Gems:
  • bundle install --deployment
  1. Start check:
  • required ruby version?
  • bundler installed?
  • switch to hdm base dir
  • set rails environment
  • create database (db:create, db:migrate und db:seed) db:setup
  • start webserver
  1. Rails:
    bundle exec rails server -e

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions