- In your Vagrant:
cd workspace/cartodb && vagrant up && vagrant ssh cd /vagrant
- Create a new user:
bundle exec rake cartodb:db:setup SUBDOMAIN=xatpy EMAIL=xatpy@gmail.com PASSWORD=xatpy SUBDOMAIN=xatpy
- Create the new organization (using the new user):
bundle exec rake cartodb:db:create_new_organization_with_owner ORGANIZATION_NAME=theteam ORGANIZATION_SEATS=5 ORGANIZATION_QUOTA=100000000 USERNAME=xatpy
- Edit /etc/hosts, adding:
192.168.33.10 theteam.localhost.lan