Peter Williams
d894503ed4
Merge pull request #1 from WorldWideTelescope/fix-vm
...
Fix the VM infrastructure
2019-10-01 14:56:11 -04:00
Peter Williams
2571c55c87
serve_web.ps1: fix first-time run
2019-10-01 14:53:49 -04:00
Peter Williams
15cfc4d9b3
Add a nuget command, which I now need for the build to work
2019-10-01 14:44:31 -04:00
Peter Williams
3850dff21d
driver.sh: have to remove the sshfs support now, alas
2019-10-01 14:39:28 -04:00
Peter Williams
c5c0864b3a
Attempt to make the scripts callable from subdirectories
2019-10-01 14:38:47 -04:00
Peter Williams
436cd8a548
Rework to work with new Windows VMs ("1809" versions)
...
The new Windows VMs have WinRM and not busted SSH for remote access, so we
need to rework how we communicate with the VMs. Thankfully this turned out to
not be too bad, although it's a bit of a shame since SSH is/was nice to be
able to use.
2019-10-01 14:35:32 -04:00
Peter Williams
53a804af1e
driver.sh: add support for invoking grunt and npm
2018-11-29 15:58:48 -05:00
Peter Williams
5de7b98978
Add `serve-web` command to serve the webclient site
...
This is pretty hacky and doesn't 100% work, but it's a start.
I can't figure out how to get it so that you can stop the IIS Express server
by hitting Q. (Removing "-InputFormat None" in `driver.sh:run_command` doesn't
do it.) Alas.
2018-11-28 19:39:22 -05:00
Peter Williams
afb7e23754
sshfs.sh: remove; superseded by command build into driver.sh
...
Also, just fix the Windows filesystem mount point as winfs/. No need to make this
user-settable, I think.
2018-11-27 16:31:14 -05:00
Peter Williams
a3307bcad2
wwt-bash.bat: remove this
...
This build box doesn't (currently) include Miniconda/MSYS2, so there's no bash
shell to run. Can always put it back if needed.
2018-11-27 16:28:03 -05:00
Peter Williams
e3d430982d
OK, I think we can build the web client now!
2018-11-27 16:25:03 -05:00
Peter Williams
d4ca53908c
Initial import of incomplete work
...
DOESN'T WORK YET! But there's a foundation.
2018-11-26 19:45:13 -05:00