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

Thanks, i will check vagrant when my brain start to fall, hehehehe.

Well, now i can continue, i started ./che run and access http://localhost:8080/dashboard, with dashboard i created workspace then later access it in url, and now i think started to work, is downloading image right now. i heard about vagrant, but for now

Access direct localhost:8080, creating workspace and select the system not work, only by dashboard it worked.

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