Skip to content

Instantly share code, notes, and snippets.

@panbanda
Created December 20, 2015 08:06
Show Gist options
  • Save panbanda/13bd2ba5306022774323 to your computer and use it in GitHub Desktop.
Save panbanda/13bd2ba5306022774323 to your computer and use it in GitHub Desktop.
Install Screaming Frog in the Amazon AWS Cloud
# Setting up Ubuntu
sudo apt-get update
sudo apt-get -y install xfce4 xfce4-goodies openjdk-7-jdk vnc4server
# Setup the login and configs
vncserver
vncserver -kill: 1
# Uncommenting settings required for normal vnc startup
sudo sed -i.bak s/"# exec"/"exec sh"/g ~/.vnc/xstartup
sudo sed -i.bak s/"# unset SESSION_MANAGER"/"unset SESSION_MANAGER"/g ~/.vnc/xstartup
# Startup the GUI
echo 'startxfce4 &' >> ~/.vnc/xstartup
# Restart and then open the vncserver
reboot
vncserver
# Install ScreamingFrog
wget http://www.screamingfrog.co.uk/products/seo-spider/screamingfrogseospider_5.1_all.deb
sudo dpkg -i screamingfrogseospider_5.1_all.deb
# Download Real VNC: http://www.realvnc.com/download/get/1286/
# You'll connect to the port given by `vncserver` which defaults to :1
# Example: 52.16.3.171:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment