Difference between revisions of "Installing Omeka for CEDEUS"
From stgo
(→starting with using Omeka) |
(→Setup of VM based on Ubuntu 1404 VM) |
||
Line 5: | Line 5: | ||
=== Setup of Omeka VM === | === Setup of Omeka VM === | ||
==== Setup of VM based on Ubuntu 1404 VM ==== | ==== Setup of VM based on Ubuntu 1404 VM ==== | ||
− | # copying basicubuntu1404.vdi file and renaming to omeka_ubuntu.vdi | + | # copying basicubuntu1404.vdi file and renaming to omeka_ubuntu.vdi (note, accidentally I i used the nominatim VM disc, so I copied and renamed the VDI file to omeka_w_nominatim.vdi) |
# creating the omeka VM on CedeusDB (ip.18): | # creating the omeka VM on CedeusDB (ip.18): | ||
#* <code>VBoxManage createvm --name omeka --ostype Ubuntu_64 --register</code> | #* <code>VBoxManage createvm --name omeka --ostype Ubuntu_64 --register</code> | ||
Line 12: | Line 12: | ||
#* <code>VBoxManage modifyvm omeka --nic1 nat</code> | #* <code>VBoxManage modifyvm omeka --nic1 nat</code> | ||
#* <code>VBoxManage storagectl omeka --name "SATA Controller" --add sata --controller IntelAhci</code> | #* <code>VBoxManage storagectl omeka --name "SATA Controller" --add sata --controller IntelAhci</code> | ||
− | #* <code>VBoxManage internalcommands sethduuid | + | #* <code>VBoxManage internalcommands sethduuid omeka_w_nominatim.vdi</code> |
− | #* <code>VBoxManage storageattach "omeka" --storagectl "SATA Controller" --port 0 --device 0 --type hdd --medium | + | #* <code>VBoxManage storageattach "omeka" --storagectl "SATA Controller" --port 0 --device 0 --type hdd --medium omeka_w_nominatim.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 modifyvm omeka --natpf1 "ssh,tcp,,20022,,22"</code> | #* <code>VBoxManage modifyvm omeka --natpf1 "ssh,tcp,,20022,,22"</code> |
Revision as of 14:55, 28 December 2015
>> return to Cedeus IDE
Contents
Installing Omeka
Setup of Omeka VM
Setup of VM based on Ubuntu 1404 VM
- copying basicubuntu1404.vdi file and renaming to omeka_ubuntu.vdi (note, accidentally I i used the nominatim VM disc, so I copied and renamed the VDI file to omeka_w_nominatim.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_w_nominatim.vdi
-
VBoxManage storageattach "omeka" --storagectl "SATA Controller" --port 0 --device 0 --type hdd --medium omeka_w_nominatim.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
-
- start VM and change the computers name:
-
VBoxHeadless -s omeka --vrde on &
- change computers name in /etc/hosts and /etc/hostname to omeka
- restarting Apache gives the error message: "apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 ..."
- => solve this by adding ServerName nominatim as the last line in /etc/apache2/apache2.conf file
- add additional users
-
Notes on Omeka
starting to use Omeka
- Make a plan on how it should be used first, as described here: http://omeka.org/codex/Site_Planning_Tips
- items and collection (formed of items) are the basic elements:
public vs private items
see:
- http://omeka.org/forums/topic/issues-with-contributor-user-role
- plugins:
- http://omeka.org/codex/Plugins/Contribution_2.0 and, corresponding "guest user plugin":
- http://omeka.org/codex/Plugins/GuestUser_2.0
- and, perhaps ??? for (filter) plugin development: http://omeka.org/forums/topic/ability-to-set-files-to-public-or-private