Difference between revisions of "Galaxy Setup"

From wiki
Jump to: navigation, search
(Created page with "Galaxy is easy to set up as single user on a laptop, because it's most probably devoid of currently webservices. In other words, the Peronsal edition is easy. O install on mu...")
 
 
Line 1: Line 1:
Galaxy is easy to set up as single user on a laptop, because it's most probably devoid of currently webservices.
 
  
In other words, the Peronsal edition is easy. O install on multuser systemm running other service is more difficult.
+
= Installation =
  
Load-balancing will most certainly be required as Galaxy only uses one thread by default and that is not useful resource usage in a server.
+
For a single user on a laptop, galaxy is quite easy to set up. Clone the git tree and launch the "run.sh" script. This will work on a laptop with a single user because the machine itself is most probably devoid of currently webservices, so the galaxy installation can claim the 8080 port and not worry about other services. This is not the case on multi-user server with other sevices running and the Galay instalaltion in this case needs more preparation and care so that existing services do not get clobbered.
 +
 
 +
Added to this is the need to take advantage of a server power, especially in running more than one process. Again, such efficient reource usage is not required on a laptop. So load-balancing will most certainly be required as Galaxy only uses one thread by default and that is not useful resource usage in a server.

Latest revision as of 15:24, 8 April 2016

Installation

For a single user on a laptop, galaxy is quite easy to set up. Clone the git tree and launch the "run.sh" script. This will work on a laptop with a single user because the machine itself is most probably devoid of currently webservices, so the galaxy installation can claim the 8080 port and not worry about other services. This is not the case on multi-user server with other sevices running and the Galay instalaltion in this case needs more preparation and care so that existing services do not get clobbered.

Added to this is the need to take advantage of a server power, especially in running more than one process. Again, such efficient reource usage is not required on a laptop. So load-balancing will most certainly be required as Galaxy only uses one thread by default and that is not useful resource usage in a server.