Hello!
help solve the problem of starting the rhino compute server.
installation according to instructions
# Getting Started
## System Requirements
You will need a server or virtual machine with (minimum) Windows Server 2016 or 2019 (LTSC) installed is recommended. It's possible to run Compute on a Windows 10 machine, but this is only recommended for development and testing.
It's still Rhino running under the hood, albeit without the UI, so [spec](https://www.rhino3d.com/6/system_requirements) your machine(s) accordingly. AWS's [t2.medium](https://aws.amazon.com/ec2/instance-types/t2/) instance type (2 vCPU, 4 GB RAM) is a great starting point.
The machine can be totally fresh. Everything else is described in the [Installation](#-installation-) and [Configuration](#configuration) sections below.
## "Installation"
The following steps assume that you are either logged into the computer that will run Compute, or connected via Remote Desktop. Currently there is no "installer", but these are the steps to get things running!
1. Get the [latest build](https://ci.appveyor.com/project/mcneel/compute-rhino3d/branch/master/artifacts) from the `master` branch (the one named _compute-<build_number>.zip_). Alternatively you can [build from source](#building-from-source).
1. Unzip everything into an empty directory, e.g. `C:\path\to\compute`.
1. [Download](https://www.rhino3d.com/download/rhino/wip) and install the latest Rhino WIP.
1. Run Rhino at least once so that you can configure the license (we recommend Cloud Zoo) and validate it.
1. Start PowerShell, `cd C:\path\to\compute` and run `& .\compute.frontend.exe`.
1. Open a browser and try navigating to `http://localhost/version`.
This file has been truncated. show original
stevebaer
(Steve Baer)
January 20, 2020, 11:04pm
2
I believe the issue is our RhinoInside code has a bug with respect to locating Rhino when run under non-English systems. I just fixed this and pushed updates to github. Please give it a try and let me know if this fixes the bug.
Any Idea what this might be?
stevebaer
(Steve Baer)
January 27, 2020, 5:20pm
4
Can you run the V7 WIP on this computer?