Difference between revisions of "Canasta"

From Freephile Wiki
Jump to navigation Jump to search
(Created page with "Canasta Quick links # https://groups.google.com/g/canasta-wiki == Getting Started on Windows == # logo key -> winver Check your version of Windows (Using Windows 11) # logo...")
 
Line 1: Line 1:
 
Canasta Quick links
 
Canasta Quick links
# https://groups.google.com/g/canasta-wiki
+
<li> https://groups.google.com/g/canasta-wiki
  
  
  
 
== Getting Started on Windows ==
 
== Getting Started on Windows ==
# logo key -> winver Check your version of Windows (Using Windows 11)
+
<ol>
# logo key 'Windows features' make sure WSL is enabled (Yes)
+
<li> logo key -> winver Check your version of Windows (Using Windows 11)
# Not even listed? = Install WSL Windows Subsystem for Linux and check again.
+
<li> logo key 'Windows features' make sure WSL is enabled (Yes)
# Virtualization should be enabled, and should be WSL '''not''' Hyper-V
+
<li> Not even listed? = Install WSL Windows Subsystem for Linux and check again.
 +
<li> Virtualization should be enabled, and should be WSL '''not''' Hyper-V <br>
 
Right-click the Taskbar -> 'Task Manager' -> Performance (see that virtualization is enabled)
 
Right-click the Taskbar -> 'Task Manager' -> Performance (see that virtualization is enabled)
# Install Docker Desktop  
+
<li> Install Docker Desktop  
This YouTube video covers [https://www.youtube.com/watch?v=2ezNqqaSjq8 Setting up Docker on Windows] with some references to working with the development framework Laravel. In your mind, substitute 'Canasta' for 'Laravel'.
+
This YouTube video covers [https://www.youtube.com/watch?v=2ezNqqaSjq8 Setting up Docker on Windows] with some references to working with the development framework Laravel. In your mind, substitute 'Canasta' for 'Laravel'. <br>
 
@todo Create a similar video for Canasta
 
@todo Create a similar video for Canasta
# Open PowerShell as Administrator  
+
<li> Open PowerShell as Administrator  
# List distributions <code>wsl -l -v</code>
+
<li> List distributions <code>wsl -l -v</code>
# Install Ubuntu <code>wsl --install -d Ubuntu</code> (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
+
<li> Install Ubuntu <code>wsl --install -d Ubuntu</code> (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
 
+
</ol>
 
==Tips==  
 
==Tips==  
 
;<code>explorer.exe . </code>:will open Windows Explorer for the folder in your Ubuntu container
 
;<code>explorer.exe . </code>:will open Windows Explorer for the folder in your Ubuntu container
 
;<code>code . </code>:will open VSCode for the folder in your Ubuntu container
 
;<code>code . </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
 
* pin to quick access can put your Ubuntu filesystem in your Windows Explorer quick access

Revision as of 09:52, 17 March 2023

Canasta Quick links

  • https://groups.google.com/g/canasta-wiki

    Getting Started on Windows[edit | edit source]

    1. logo key -> winver Check your version of Windows (Using Windows 11)
    2. logo key 'Windows features' make sure WSL is enabled (Yes)
    3. Not even listed? = Install WSL Windows Subsystem for Linux and check again.
    4. Virtualization should be enabled, and should be WSL not Hyper-V
      Right-click the Taskbar -> 'Task Manager' -> Performance (see that virtualization is enabled)
    5. 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
    6. Open PowerShell as Administrator
    7. List distributions wsl -l -v
    8. 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