-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What are the most basic requirements for running ISLE? #1640
Comments
Thanks @dflitner - Windows doesn't have |
On windows everything has to be run using WSL2, so we definitely need to highlight that as an essential requirement. Been a while, so YMMV, but I went through it when my laptop died and I needed git, php, composer, and a handful of php packages. php-mysql and php-mbstring are the two i can recall specifically. |
@dannylamb Is that because ISLE will not work with Docker for Windows using Hyper-V? I haven't tested that part yet, and I understand Docker Desktop uses WSL2 behind the scenes. I can in any case document a walkthrough for non-technical users using a relatively mint Windows with WSL2 and Ubuntu or Debian (both worked). |
It'd be wicked helpful if there was a link or something to how to install ubuntu on a windows machine. |
Context: I'm SSHed into a remote shared CentOS 7 development machine. This is the first thing I've tried running using docker. I have sudo privileges.
|
The ISLE-DC documentation written in #1635 is meant to be a way for non-technical users to install a simple and most importantly, update-able, sandbox on their local machines.
But I was only able to document MY experience, and I already had many techy things installed on my Mac: Perl, Mac Development Tools (which require and Apple account), Composer, Ansible, Git, PHP, VirtualBox... I was also running as a user with sudo powers and who knows what else.
We need someone with a stock laptop to walk through the installation process - mac or windows - and document the actual requirements!
The text was updated successfully, but these errors were encountered: