Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.78 KB

README.md

File metadata and controls

51 lines (30 loc) · 1.78 KB

Smart Village App - CMS

Maintainability Test Coverage

Please visit the german website to get in touch with us and present your ideas and visions: https://smart-village.app.

 

This cms is one main part of the whole Smart Village App project. For more information visit https://github.com/ikuseiGmbH/smart-village-app.

Setup process

Master key configuration

Create config/master.key if needed with the correct key.

Node version setup

The CMS requires Node.js version 14. Follow these steps to set up the correct Node.js version:

Using NVM (Node Version Manager):

  • If you haven't installed NVM, follow the installation instructions for your operating system.

  • Once NVM is installed, use the following command to switch to Node.js v14:

    nvm use 14
  • If Node.js v14 is not installed, NVM will prompt you to install it. Follow the instructions provided by NVM.

Asset precompilation

Precompile Assets with Rails:

  • Run the following command in the terminal within your CMS project directory:

    rails assets:precompile

Login

Tech Stack

  • Ruby version: 2.7.5
  • Rails version: 6.1.4