26 Commits

Author SHA1 Message Date
Eric Promislow
4619106483 Use lower-case for markdown link labels
Signed-off-by: Eric Promislow <epromislow@suse.com>
2021-10-06 12:35:29 -07:00
Eric Promislow
b758f68cf1 Add that this tool can be used to run containers
Signed-off-by: Eric Promislow <epromislow@suse.com>
2021-10-06 12:35:00 -07:00
Eric Promislow
e58eabdc45 Drop more references to Kim, including in the READMEs
- Most of the time use a generic, "image"-related name
- Update the READMEs

Signed-off-by: Eric Promislow <epromislow@suse.com>
2021-10-06 12:35:00 -07:00
Phillip Rak
98eb5e5661 Update building from source on Windows
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2021-09-27 14:07:38 -07:00
Gunasekhar Matamalam
3ee8f620ca Modiifed the incorrect e2e command in the README.md file
Signed-off-by: Gunasekhar Matamalam <gunasekhar.matamalam@suse.com>
2021-08-03 10:02:51 -07:00
Gunasekhar Matamalam
37a16fe2f8 Fixed a typo
Signed-off-by: Gunasekhar Matamalam <gunasekhar.matamalam@suse.com>
2021-08-03 10:02:50 -07:00
Gunasekhar Matamalam
0e9b539657 Reafactored the e2e setup to make it modular
Signed-off-by: Gunasekhar Matamalam <gunasekhar.matamalam@suse.com>
2021-08-03 10:02:50 -07:00
Mark Yen
92fdd5d911 Drop hyperkit.
We're using lima/qemu now.

Signed-off-by: Mark Yen <mark.yen@suse.com>
2021-07-26 16:16:48 -07:00
Mark Yen
b3da7f609e windows-setup: Add golang dependency
We'll want this for WSL-side tools (to emit static binaries).

Signed-off-by: Mark Yen <mark.yen@suse.com>
2021-07-16 11:54:54 -07:00
Mark Yen
e7c40e2f06 Readme: also specify that unzip is required. This is due to kuberlr.
Signed-off-by: Mark Yen <mark.yen@suse.com>
2021-06-28 08:11:24 -07:00
Mark Yen
f26936c6d9 README: Add WSL to dev setup instructions.
We no longer require a non-development user to install it, so we should get
any developers to do so manually.

Signed-off-by: Mark Yen <mark.yen@suse.com>
2021-06-09 11:39:17 -07:00
Mark Yen
af4a44ffbb Change URLs to point to current project location
We renamed from `rd` to `rancher-desktop` a while back, but never updated
the URL links within the repository to match the new location.

Signed-off-by: Mark Yen <mark.yen@suse.com>
2021-06-09 11:32:26 -07:00
Mark Yen
b8d06216d1 README: Point to main branch for development builds.
We shouldn't confuse people into downloading random PR branches when they
are just trying to test out the latest state.

Signed-off-by: Mark Yen <mark.yen@suse.com>
2021-06-09 11:30:01 -07:00
Mark Yen
4c6a1cd105 Docs: update to current state
- We no longer need to manually install WSL; the installer does that.
- We no longer need the canvas native dependencies.
  - This includes Visual Studio & Python 2 on Windows.
  - This includes pkg-config, cairo, etc. on macOS.
- Tools are added to the PATH on Windows now.

Signed-off-by: Mark Yen <mark.yen@suse.com>
2021-06-09 11:27:20 -07:00
Eric Promislow
0280fbf0f8 Use Node.js v14 on Windows
Signed-off-by: Eric Promislow <epromislow@suse.com>
2021-05-19 15:43:55 -07:00
Eric Promislow
2e9b4fdd8a Merge pull request #244 from vincent99/main
Various small text & layout changes
2021-05-07 10:48:27 -07:00
Matt Farina
f63b1ba83d Adding documentation on installing WSL
Signed-off-by: Matt Farina <matt.farina@suse.com>
2021-05-05 09:15:21 -04:00
Vincent Fiduccia
446909916c Correct product capitalization
Signed-off-by: Vincent Fiduccia <vincent@rancher.com>
2021-05-03 16:26:55 -07:00
Matt Farina
88e4758609 Removing WSL instructions as separate PR will handle that
Signed-off-by: Matt Farina <matt.farina@suse.com>
2021-04-29 18:05:36 -04:00
Matt Farina
9103034d38 Fixing readme issues from feedback
Signed-off-by: Matt Farina <matt.farina@suse.com>
2021-04-29 13:59:14 -04:00
Matt Farina
d9277b4d3b Updating the readme
Signed-off-by: Matt Farina <matt.farina@suse.com>
2021-04-28 15:08:47 -04:00
Mark Yen
3836c1d434 Create setup script for Windows
This converts setupmac.js into a generic download-resources.mjs and make it
work on Windows.  This also drop the follow-redirects dependency in favour
of using node-fetch (which we already need in the app).  Additionally,
reduce the callback nesting we have in the same script.

There doesn't seem to be significant reason to convert the script to async
(considering that this is run as a one-off).

Additionally, make all this get called as a postinstall hook, so that it
happens automatically upon `npm install`, and the user no longer needs to
worry about it.

Signed-off-by: Mark Yen <mark.yen@suse.com>
2021-04-09 15:45:27 -07:00
Mark Yen
d4fa17a805 README: Add information on Windows
Signed-off-by: Mark Yen <mark.yen@suse.com>
2021-04-08 15:21:26 -07:00
Eric Promislow
9b60c2596d Add fields to control kubernetes settings
- Amount of memory to allocate (in GB)
- # of CPUs to allocate

Also introduce unit-testing, do TDD against
the settings component.
2021-02-09 13:22:58 -08:00
Matt Farina
8a2f6fa351 First pass at UI
Note, assets pulled from new rancher dashboard

Signed-off-by: Matt Farina <matt@mattfarina.com>
2020-11-04 16:19:44 -05:00
Matt Farina
a7225a85a1 Adding readme file
Signed-off-by: Matt Farina <matt@mattfarina.com>
2020-10-23 13:20:34 -04:00