Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tika Wiki" for change notification.
The "VirtualMachine" page has been changed by TimothyAllison: https://wiki.apache.org/tika/VirtualMachine?action=diff&rev1=6&rev2=7 ==== install software ==== - 1. `yum install nano perl java-1.7.0-openjdk-devel unzip git svn vim` + 1. `yum install nano perl java-1.7.0-openjdk-devel unzip git svn vim httpd` 2. `curl -s get.gvmtool.net | bash` @@ -57, +57 @@ ==== permission management ==== - 1. `adduser <self> sudo` + 1. `adduser <user> sudo` - 2. `groupadd <admingroup>` + 2. `passwd <user>` + 3. `groupadd <admingroup>` + - 3. `useradd -g <admingroup> <self>` + 4. `useradd -g <admingroup> <self>` + + 5. `modify /etc/ssh/sshd_config to add user to AllowUsers` ==== mkdirs ==== @@ -86, +90 @@ 7. `groovy rmBugged.groovy` == add more disc == - From Rackspace website, add block storage volume. + From Rackspace website, add block storage volume and attach it to server. 1. `mkfs.ext3 /dev/xvdb`
