Sha256: d8a86acf34a55a48d348799120dae20ca2ed980dce0cb2bcbf6cef784cc78e34
Contents?: true
Size: 899 Bytes
Versions: 1
Compression:
Stored size: 899 Bytes
Contents
#!/opt/rhoconnect/bin/ruby module Constants PASSENGER_VERSION = "passenger-3.0.9" #RUBYGEMS = "rubygems-1.8.5" REDIS = "redis-2.2.12" SQLITE3 = "sqlite-autoconf-3070701" SOFTWARE = [REDIS, SQLITE3] #RUBYGEMS_URL = "http://rubyforge.org/frs/download.php/74954/" + # "#{ RUBYGEMS }.tgz" REDIS_URL = "http://redis.googlecode.com/files/#{ REDIS }.tar.gz" SQLITE3_URL = "http://www.sqlite.org/sqlite-autoconf-3070701.tar.gz" URLS = [REDIS_URL, SQLITE3_URL] GEMS = ["bundler", "passenger"] SUPPORTED_PKG_MGRS = ["apt-get", "yum"] WEB_SERVER = "nginx" WEB_SERVER_URL = "http://localhost/" DEFAULT_INSTALL_DIR = "/opt/rhoconnect" end #Constants
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rhoconnect-3.0.0.beta3 | installer/deb-scripts/scripts/rho_connect_install_constants.rb |