To run Galaxy,Download the latest source from Github:
% git clone https://github.com/galaxyproject/galaxy/Change to the directory where Galaxy is downloaded
% cd galaxy
% git checkout -b master origin/masterStart up the project
% sh run.shConfigure your Port if the default port is occupied by editing the file galaxy/config/galaxy.ini
host = 0.0.0.0Add Root Users
# this should be a comma-separated list of valid Galaxy users
admin_users = user1@example.com,user2@example.comSetting up AWS for your Galaxy Instance