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

You have to modify the hosts file on your main computer to point to the IP address in the vagrantfile.

If you open vagrantfile, the IP address used is there. 

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


On Thu, Dec 10, 2015 at 9:00 AM, Rodolfo <rof20004@xxxxxxxxx> wrote:
Tyler, it is up now, but you know how i can access che in my browser ?

I tried localhost:8080 but not working, i think that ports are diferent configured in vagrant.

Thanks.

2015-12-10 10:55 GMT-04:00 Tyler Jewell <tyler@xxxxxxxxxxx>:
​the vagrant image that you boot will have maven & java & che inside of it.

You just have to followthe steps I gave.​

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


On Thu, Dec 10, 2015 at 6:53 AM, Rodolfo <rof20004@xxxxxxxxx> wrote:
Thanks, i installed it, but to configure che inside it, i need maven right ?

2015-12-10 10:52 GMT-04:00 Tyler Jewell <tyler@xxxxxxxxxxx>:
Vagrant does not require maven.  You can just run vagrant by itself.

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


On Thu, Dec 10, 2015 at 4:47 AM, Rodolfo <rof20004@xxxxxxxxx> wrote:
To setup vagrant, i need to install maven manually ?

I installed vagrant, git che but it do not have maven installed.

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



_______________________________________________
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



_______________________________________________
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



_______________________________________________
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