BEWARE ! As of now Bash On Ubuntu on Windows is only available for participants of the Windows Insider Preview program
- MSDN - Bash on Ubuntu on Windows
- Command Line Blog
- Uservoice Command-Prompt-Console
- Github Project for issues
A list of blog entries and presentations about Bash on Ubuntu on Windows and using it can be found at the official documentation.
- Windows 10 x64 Redstone Build (at least 14316, which is currently only available in the Fast ring of the Windows Insider Preview) - see How to use Windows Insider Preview
- MSDN site has a nice pictured guide that will help you through the installation
This repository contains several scripts that you can use with Bash on Ubuntu on Windows. To run one of the scripts execute the particular command on the Windows command prompt (cmd
).
You will need at least Build 14342 to get the cake webserver working!
bash -c "curl -s -L https://github.com/michha/cakephp-windows10-bash/raw/master/cakephp-setup.sh | sh"
bash -c "curl -s -L https://github.com/michha/cakephp-windows10-bash/raw/master/fish-setup.sh | sh"
Work in Progress - final step ends with error
bash -c "curl -s -L https://github.com/michha/cakephp-windows10-bash/raw/master/jekyll-setup.sh | sh"
bash -c "curl -s -L https://github.com/michha/cakephp-windows10-bash/raw/master/ruby-setup.sh | sh"
Run lxrun /uninstall /full
(command reference) to get rid of your Ubuntu image and your home directory.
If you want to cleanup and reinstall your Bash, have a look at bash-reinstall.bat.
If you have any questions on using Bash on Windows you may find your answer in the FAQ.