Skip to content

rliskovenko/DataRobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataRobot

Install from local git clone

  1. cd deploy
  2. vagrant up NB: Will copy your ssh public key to VM
  3. add the following to ~/.ssh/config
Host datarobot.vagrant
   HostName 127.0.0.1
	 Port 2222
   User datarobot
	 UserKnownHostsFile /dev/null
	 PasswordAuthentication no
	 StrictHostKeyChecking no
   IdentityFile ~/.ssh/id_rsa
  1. ansible-playbook -i ansible/inventories/vagrant.conf ansible/install.yml
  2. tcping localhost 8080 -OR- echo "GET /" | nc -v 127.0.0.1 8080 => 404 Not Found

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published