Or copy link
Copy link
Nucleus CMS is an open-source content management system designed for extensibility and customization. It provides tools for creating and managing content, with options for role-based security and API access control. Nucleus offers seamless integration with popular hosting platforms like IIS and Azure and includes developer-friendly tools like Visual Studio templates. It supports OAuth and SAML for secure authentication, and its flexible structure allows developers to extend its functionality as needed.
In this tutorial, we will present a step-by-step procedure to install Nucleus CMS on Windows.
Nucleus is a widely used content management system that is available for different operating systems Like Windows, Linux, etc. To install Nucleus CMS on Windows, first download the setup file from the official Nucleus CMS website. Once the download is done, run the setup and follow the instructions to finish the installation. Make sure all the required settings are applied during the process. Here’s a step-by-step procedure for installing Nucleus CMS on Windows.
Visit the official Nucleus CMS website to download the installation package suitable for your Windows system:
Create a new folder and unzip the downloaded file in that directory.
Access the NucleusInstallation directory with the following command:
cd NucleusInstallation
Now run the following command to download the Powershell script which will automatically install prerequisites for Nucleus CMS:
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/Inventua/nucleus-core/main/Nucleus.Web/Utils/Windows/nucleus-install.ps1" -OutFile "nucleus-install.ps1"
After this, execute the command below to run the Powershell script:
.\nucleus-install.ps1
This command may lead to an error:
This error occurs because the script nucleus-install.ps1 is not digitally signed, and your system’s execution policy is preventing it from running. However, you can use the following command to temporarily adjust the execution policy to allow unsigned scripts to run:
powershell -ExecutionPolicy Bypass -File .\nucleus-install.ps1
This command temporarily bypasses the execution policy for this session:
Specify Y and press ENTER to continue. It will take some time to install Nucleus on Windows:
After the script runs, open a browser and enter your server’s IP address or hostname. No need to specify a port if using IIS, as it defaults to 80:
http://<ip-address>:80
This will start the setup wizard, and specify the database settings like database type, server name, and database-specific connection settings. After this, click Refresh, and then specify your database name:
After this, click the Next button to write your database settings to a configuration file, and restart.
Install Nucleus CMS on Ultahost’s Windows VPS!
Experience the reliability of Ultahost’s Windows VPS for hosting your Nucleus CMS. With a high-performance virtual server, you get the flexibility needed to run your site smoothly.
The Site template creates a default set of pages, roles, and other configurations. Choose a template from the options and click Next:
In the configuration setup page, you can run configuration checks, set up one or more file systems, and choose the extensions you want to install:
You can navigate to the Site tab to specify the site settings like site name, URL, home directory, or security rules:
Finally, enter the username and password for the “System Administrator” and “Site Administrator” accounts, and then click Finish to set up your site:
Read also How to Install Nucleus CMS on Linux
After installing and configuring Nucleus CMS, log in as an administrator to manage pages, edit content, and adjust module settings:
That’s all about Installing, configuring, and using Nucleus CMS on Windows.
You can easily install Nucleus CMS on Windows by downloading the setup file, running the installation script, and following the setup wizard. Once installed, Nucleus offers a customizable platform to manage content, set secure user roles, and extend functionality. Nucleus CMS is suitable for both developers and administrators as it provides all the necessary tools to efficiently manage the website content. In this article, we explained how to install, configure, and use Nucleus CMS on Windows.
Ultahost offers a reliable, flexible solution for reliable PHP hosting at affordable rates. You can easily set up a fast, high-performance PHP server in just a few seconds. With Ultahost, enjoy exceptional uptime and performance while seamlessly launching and managing your PHP-based applications and websites.
Nucleus CMS is an open-source content management system designed for customization, with tools for creating content, managing roles, and extending functionality.
Download the installation package from the Nucleus CMS website, run the PowerShell script to install prerequisites, and follow the setup wizard to complete the installation.
You can bypass the execution policy by running powershell -ExecutionPolicy Bypass -File .\nucleus-install.ps1 to allow unsigned scripts.
Use the setup wizard to set up the database, choose a site template, and configure file systems and extensions.
Yes, Nucleus CMS is highly extensible, allowing you to install additional extensions and customize the platform as needed.
After installation, log in as an administrator to manage content, pages, and modules within the Nucleus CMS interface.
Nucleus CMS provides options to set up role-based security during the configuration process, allowing you to manage user permissions effectively.
Curl stands for Client URL is a popular command-line to...
Windows Sandbox is a lightweight virtualization tool bu...
Visual Studio Code (VS Code) is a free and open-source ...
PyCharm is a powerful Integrated Development Environmen...
PuTTY is a free and open-source terminal emulator that ...
Remote Desktop Protocol (RDP) has changed how we contro...
Save my name, email, and website in this browser for the next time I comment.
Δ