See also:
CD
command:
cd c:\Nucleus
.\nucleus-install.ps1
Follow the prompts to install Nucleus. Once the script is complete, open a web browser and enter the IP address of your server, or its host name. When you use Internet
Information Services (IIS) in Windows, the default port is 80, so you don't need to specify a port in your web browser.
http://host-name
http://ip-address
The Setup Wizard will run. Click here to return to the Installing Nucleus page. Get-Help .\nucleus-install.ps1
| | |
|----------------------------------|---------------------------------------------------------------------------------------|
| -Site | Specify the name of the IIS Web Site to create or update. Default: Default Web Site |
| -Name | Specifies the name of the IIS application to create or update. Default: Nucleus |
| -Port | Specify the port to use when creating an IIS Web Site. Default: 80 |
| -ApplicationPool | Specifies the name of the IIS Application Pool to create or update. Default: Application name (-Name) plus "AppPool". |
| -Path | Specifies the folder where Nucleus is installed. Default: The folder which contains this script. |
| -DataPath | Specifies the folder where Nucleus stores data. Default: C:\ProgramData\Nucleus. |
| -NetCoreVersion | Specifies the version of ASP.NET Core to check for and install if required. Default: 8.0.4. |
| -Environment | Specifies the environment name to configure for your installation. Default: Production. |
| -ZipFile | Specifies an install or upgrade package to unzip. If there is no zip file present in the installation folder and this parameter is not specified, the script assumes that a package has been manually un-zipped, so no package file needs to be unzipped. Default: detect |
| -OverwriteExisting | If set, specifies that the script can update path, application pool and other settings on existing IIS objects, if they already exist. If this option is not used, existing objects are not updated, and may have the wrong values. Default: false. |
| -AutoInstall | If set, the script will execute without user input. Default: false, |If you use the powershell script, you do not need to perform these steps.
.NET CLR Version
drop-down, select NET CLR version v4.0.30319
and in the Managed pipeline mode
drop-down, select Integrated
. IIS AppPool\[AppPool Name]
user. By default, your data folder
is C:\ProgramData\Nucleus
. You may need to create the folder in order to assign permissions to it. The Nucleus data folder is used for cached
files, logs and the database file, if you are using Sqlite.
You can use the command-line command: IIS AppPool\[AppPool Name]
user.
You can use the command-line command: Production
with Development
. http://host-name
http://ip-address
The Setup Wizard will run.Click here to return to the Installing Nucleus page.