Difference between revisions of "Canasta"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
Canasta Quick links | Canasta Quick links | ||
+ | <ol> | ||
<li> https://groups.google.com/g/canasta-wiki | <li> https://groups.google.com/g/canasta-wiki | ||
+ | <li>https://groups.google.com/g/canasta-wiki/c/Ou_HIG_bjkc/m/CSvBrwGiAgAJ | ||
+ | </ol> | ||
+ | |||
+ | @todo Combine this page, and Jeffrey's post into documentation on the wiki / Canasta project | ||
Revision as of 08:55, 17 March 2023
Canasta Quick links
- https://groups.google.com/g/canasta-wiki
- https://groups.google.com/g/canasta-wiki/c/Ou_HIG_bjkc/m/CSvBrwGiAgAJ
@todo Combine this page, and Jeffrey's post into documentation on the wiki / Canasta project
Getting Started on Windows[edit | edit source]
- logo key -> winver Check your version of Windows (Using Windows 11)
- logo key 'Windows features' make sure WSL is enabled (Yes)
- Not even listed? = Install WSL Windows Subsystem for Linux and check again.
- Virtualization should be enabled, and should be WSL not Hyper-V
Right-click the Taskbar -> 'Task Manager' -> Performance (see that virtualization is enabled) - Install Docker Desktop
This YouTube video covers Setting up Docker on Windows with some references to working with the development framework Laravel. In your mind, substitute 'Canasta' for 'Laravel'.
@todo Create a similar video for Canasta - Open PowerShell as Administrator
- List distributions
wsl -l -v
- Install Ubuntu
wsl --install -d Ubuntu
(You can hit logo key and find it as an "app" in the Windows Play Store) Once installed, I pinned it to the taskbar for easy access
Tips[edit | edit source]
explorer.exe .
- will open Windows Explorer for the folder in your Ubuntu container
code .
- will open VSCode for the folder in your Ubuntu container
- pin to quick access can put your Ubuntu filesystem in your Windows Explorer quick access