Legacy
...
Standard installation
Windows Server

Offline installation

15min
minimum system requirements passwork is not resource demanding, and the number of required servers depends on the number of active users, the amount of data stored and the system fault tolerance requirements see the technical requirements preparing the environment for offline installation before installing passwork, you need to get the components and module, then use install passwork method offline v 6 , which will do the installation obtain the following components and move them to windows server powershell module passwork code mongodb administration utilities php iis components then open powershell as "administrator" using the start context menu right click on the start icon in the lower left corner of the screen select "windows powershell (administrator)" from the context menu using the start menu left click on the start icon in the lower left corner of the screen write powershell open powershell as "administrator" with the combination — ctrl + shift + enter and unzip the powershell module to the default directory powershell # get the location of powershell modules $windowsmodulepaths = $env\ psmodulepath split ";" | where object { $ like "c \windows " } \# unzip the powershell module to the directory expand archive ` path "$pwd\passworkmodule zip" ` destinationpath $windowsmodulepaths force create directory for components and archives powershell if ( not (test path "$pwd\passwork component" pathtype container)) { new item path "$pwd\passwork component" itemtype directory write host "directory successfully created" foregroundcolor green } else { write host "directory already exists" } move components and archives to passwork component the file location structure should look as follows powershell $pwd\passwork component\\ database tools latest zip iis package latest zip mongodb database latest msi passwork xxxxxx zip php latest zip installation run the offline installation of passwork powershell install passwork method offline v 6 actions performed by the script checking the operating system version prepare and install mongodb checking the availability of administration utilities installing administration utilities preparing archive with passwerk code checking php archive php configuration checking and installing iis with additional extensions unzipping passwork code web server setup with passwork website creation setting up a passwork website in conjunction with php the script will perform a user rights check and install and configure the components if errors occur, the powershell shell will display the errors once complete, the address to connect to passwork via a web browser will be displayed this is what a successful installation looks like setup wizard once installed and configured, passwork will be available at https //your servername by default, passwork uses a self signed certificate that is automatically generated during installation, so the first time you open the page you will see a message saying that the browser does not trust the certificate of the site choose language as the first step, the system will offer to choose the interface language system parameters check the checklist of parameters will show if all necessary components are installed on your server database connection you must use the default mongodb address to connect encryption key passwork will generate a new key for server encryption if passwork is connecting to an existing database, specify the encryption key to be used please use a key generated by passwork using keys generated by third party tools may cause errors license keys you can download the license keys in your passwork customer portal or request them from your managers setting up your own ssl certificate by default, passwork generates a self signed certificate after installation, you can switch to using full ssl certificates use your own certificate for certificates issued by a trusted issuer for certificates issued by domain certification authorities of your organization open "server manager" → "tools" → "internet information services (iis) manager" → "server certificates" → and click "import" after importing, go to the passwork website, open "bindings" and select the imported web certificate for the https protocol configure background tasks background tasks are tasks that are executed by the scheduler in the background for example, ldap synchronisation, loading favicons, and other tasks that are time consuming, persistent, or resource demanding see a guide on configuring windows task scheduler