ODK Central installation in Windows 2019 server-not sucessful

Hi,
I am trying to install ODK Central in a local Windows 2019 Server within a CloudBolt environment. I tried to follow the procedure described in the ODK website designed for DigitalOcean server and managed to install Docker and Docker compose. However, I couldn't go beyond that. Please see my steps in the Powershell below. Any help would be very much appreciated
Thanks

PS C:\Program Files (x86)> cd central

PS C:\Program Files (x86)\central> git submodule update -i

PS C:\Program Files (x86)\central> mv .env.template .env
mv : Cannot find path 'C:\Program Files (x86)\central.env.template' because it does not exist.
At line:1 char:1

  • mv .env.template .env
  •   + CategoryInfo          : ObjectNotFound: (C:\Program File...l\.env.template:String) [Move-Item], ItemNotFoundException
      + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.MoveItemCommand
    
    
    

PS C:\Program Files (x86)\central>