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.
Create config/master.key
if needed with the correct key.
The CMS requires Node.js version 14. Follow these steps to set up the correct Node.js version:
-
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.
-
Run the following command in the terminal within your CMS project directory:
rails assets:precompile
- login into CMS at http://localhost:3000 with user name "admin@smart-village.app" and password “my_new_password”
- you need to have the Main-Server running to connect with at http://localhost:4000
- Ruby version: 2.7.5
- Rails version: 6.1.4