Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [che-dev] Machine undefined is not found

Other import information is that during download, if i click with mouse in "dev-machine", in machine tab, the download stop and do not work anymore, i think download stop when i click in recipes too.

2015-12-09 23:08 GMT-04:00 Tyler Jewell <tyler@xxxxxxxxxxx>:
It is not familiar and we'd need more information to diagnose it.

If your system has not been properly configured, there is a workaround.  You can use Vagrant to create a VM that has the perfect setup to run Che.

1. Create a new directory.
2. Place the attached Vagrantfile into that directory.
3. Run "vagrant up".
4. When the VM is up, use the SSH utility to go into the VM.
5. Inside the VM will be /home/vagrant/projects/che
6. Go into this directory
7. "git pull" to get the latest.
8. "git checkout 4.0"
9. "mvn clean install"

When it's done you can then run ./che.sh run to launch Che.

This gives you a VM with Docker properly configured.

Tyler Jewell | CEO | tyler@​codenvy.​com | 9​78​.8​84​.53​55


On Wed, Dec 9, 2015 at 6:45 PM, Rodolfo <rof20004@xxxxxxxxx> wrote:
Hi all,


in my home i got this error:



Machine undefined is not found.


Someone know anything about this ?

_______________________________________________
che-dev mailing list
che-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/che-dev



_______________________________________________
che-dev mailing list
che-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/che-dev



Back to the top