Vagrant box of caliopen avaliable here https://vagrantcloud.com/dey/caliopen_full-ubuntu-14.04
Search and replace in include/_VagrantFile(:
config.vm.provider :virtualbox do |vb|
# # Don't boot with headless mode
# vb.gui = true
#
# # Use VBoxManage to customize the VM. For example to change memory:
vb.customize ["modifyvm", :id, "--memory", "2048"]
end
Then, connect to the vagrant box:
vagrant ssh
Use the privilege of the caliopen user:
sudo su - caliopen
Edit the /var/projects/caliopen/code/caliopen.webcaliopen.yaml
change the occurence of localhost
to 192.168.10.10
.
Then, activate and setup the project:
source /var/projects/caliopen/env/bin/activate
caliopen -f development.ini.sample setup
Now we can create a user :
caliopen -f development.ini create_user -e imported@email -p password -f firstname -l lastname