Talk:RiftWare installation (release 0)
From OSM Public Wiki
Questions:
- Clarify what exactly means "on any recent fedora system"
- (JLM) currently fc20, but soon fc23
- What is the command "./scripts/vm_image/mkvmimage -c -m build -e 8" exactly doing? Is it generating a new VM image to use from that point?
- (JLM) Yes. It using loop mounts to build a VM image without booting it
- Clarify exactly which image to download from https://open.riftio.com/download/. I guess it is rift-build-latest
- (JLM) a specific link was added to the wiki
updates (I cannot edit today)
# node and NPM /bin/yum --assumeyes --nogpgcheck install npm # upgrade nodejs from our mirror wget http://repo.riftio.com/releases/open.riftio.com/4.2.0/node -O $(which node) npm set registry https://npm.riftio.com:4873/ npm set strict-ssl false npm set progress=false # never completes first try npm install npm@latest -g npm install npm@latest -g npm install -g --production forever
# runtime dependencies /bin/yum --assumeyes --nogpgcheck install salt-master salt-minion screen java zookeeper-java-3.4.5-12.fc20.noarch systemctl enable salt-master systemctl enable salt-minion systemctl enable libvirtd ln -s /home/rift /usr/rift
# enable SSH as root ssh-keygen # take all defaults cat /root/.ssh/id_rsa.pub >>/root/.ssh/authorized_keys