-
-
Notifications
You must be signed in to change notification settings - Fork 706
Windows Development Guide
1. Install:
- Git
- [Virtual Machine] (https://www.virtualbox.org/)
- [Vagrant] (https://www.vagrantup.com/downloads.html)
2. After installing git, allow Vagrant to use the "ssh" tool that Git provides:
Go to Control Panel > System Properties > Environment variables then add ;C:\Program File\Git\usr\bin
to the end of the Path variable
3. Clone the Sandstorm Repo
git clone https://github.com/sandstorm-io/sandstorm
4. Create the Linux VM
vagrant up
then
vagrant ssh
5. To SMB share the /home/vagrant directory in the guest with your Windows machines:
Open the Sandstorm Vagrantfile
and read the instructions all the way at the bottom of the file, within a comment section.
6. Set a password for vagrant user and enable for Samba
Install Samba, Nano
sudo apt-get install samba
sudo get-apt install nano
Set a password:
sudo passwd vagrant
then
sudo smbpasswd -a vagrant
7. Restart the VM:
vagrant reload
You're done!
To see your files visit: \\169.254.254.2\vagranthome
and log in with username vagrant and password that you set