Overview:
LogoCLUAR CMS is a ready-to-use solution for content management and multilingual websites. It is built using Netuno, ReactJS, and Ant Design.
Features:
- Easy content management
- Multilingual support
- Built with Netuno, ReactJS, and Ant Design
Installation:
To install the LogoCLUAR CMS, follow the steps below:
Step 1: Start the Netuno Server by running the following command in the application root folder:
./netuno server app=cluar
(Note: This may take a while as NPM Install will run in the ui and website folders.)
Step 2: If you encounter the error mentioned above, execute the following command inside the website folder:
npm install --force
Step 3: (Optional) It is recommended to rename the app folder (/apps/cluar/) to your desired name. Don’t forget to update the name parameter in the configurations - config/_development.json and config/_production.json.
Step 4: Restart the Netuno Server with your new app name.
Step 5: Clone and Setup. Create an app with Netuno named “cluar” by running the following command in the Netuno root directory:
./netuno app name=cluar
Select the desired configurations such as database type, database name, and app language.
Step 6: Clone this project into the newly created /apps/cluar/ directory.
Step 7: Install the NPM dependencies by running the following command in the /cluar/website/ directory:
npm install --force
Step 8: Configuration. Copy the sample configuration file by running the following command:
cp config/sample.json config/_development.json
(Be sure to update the name parameter to match your local environment configuration.)
Step 9: Running. In the Netuno root directory, start the backend server by running:
./netuno server app=cluar
Then, in the /cluar/website/ directory, run the following command to start the frontend server:
npm run start
Summary:
LogoCLUAR CMS is a powerful content management system that offers easy content management and multilingual support. It is built using Netuno, ReactJS, and Ant Design. The installation process involves setting up the Netuno Server, cloning the project, installing dependencies, and configuring the system. Once installed and configured, users can efficiently manage their content and create multilingual websites with ease.