Difference between revisions of "Installing Omeka for CEDEUS"
From stgo
(Created page with ">> return to Cedeus IDE ---- == Installing Omeka == === Setup of Omeka VM === ==== Setup of VM based on Ubuntu 1404 VM ==== # copying basicubuntu1404.vdi file and renamin...") |
(→Setup of VM based on Ubuntu 1404 VM) |
||
Line 15: | Line 15: | ||
#* <code>VBoxManage storageattach "omeka" --storagectl "SATA Controller" --port 0 --device 0 --type hdd --medium omeka.vdi</code> | #* <code>VBoxManage storageattach "omeka" --storagectl "SATA Controller" --port 0 --device 0 --type hdd --medium omeka.vdi</code> | ||
#* <code>VBoxManage storagectl omeka --name "IDE Controller" --add ide --controller PIIX4</code> | #* <code>VBoxManage storagectl omeka --name "IDE Controller" --add ide --controller PIIX4</code> | ||
− | #* <code>VBoxManage | + | #* <code>VBoxManage modifyvm omeka --natpf1 "ssh,tcp,,20022,,22"</code> |
− | #* <code>VBoxManage | + | #* <code>VBoxManage modifyvm omeka --natpf1 "apache,tcp,,20080,,80"</code> |
− | #* <code>VBoxManage | + | #* <code>VBoxManage modifyvm omeka --vrdeport 7764</code> |
Revision as of 21:28, 1 December 2015
>> return to Cedeus IDE
Installing Omeka
Setup of Omeka VM
Setup of VM based on Ubuntu 1404 VM
- copying basicubuntu1404.vdi file and renaming to omeka.vdi
- creating the omeka VM on CedeusDB (ip.18):
-
VBoxManage createvm --name omeka --ostype Ubuntu_64 --register
-
VBoxManage modifyvm omeka --memory 8096
-
VBoxManage modifyvm omeka --cpus 4
-
VBoxManage modifyvm omeka --nic1 nat
-
VBoxManage storagectl omeka --name "SATA Controller" --add sata --controller IntelAhci
-
VBoxManage internalcommands sethduuid omeka.vdi
-
VBoxManage storageattach "omeka" --storagectl "SATA Controller" --port 0 --device 0 --type hdd --medium omeka.vdi
-
VBoxManage storagectl omeka --name "IDE Controller" --add ide --controller PIIX4
-
VBoxManage modifyvm omeka --natpf1 "ssh,tcp,,20022,,22"
-
VBoxManage modifyvm omeka --natpf1 "apache,tcp,,20080,,80"
-
VBoxManage modifyvm omeka --vrdeport 7764
-