Up to you. Btw, I'm 100% for a community fork. The steps to get a partially working scalr instance...you weren't kidding when you said it's hard.
On Aug 27, 1:21 am, Sebastian Stadil <sebast...@scalr.com> wrote: > Really? That's a mistake. Let me change that. > > > > > > > > > > On Monday, August 27, 2012, Arya A. wrote: > > Sebastian, I'd be happy to, but as far as I can tell, the wiki hasn't been > > configured to allow public signups. > > > On Monday, August 27, 2012 1:10:48 AM UTC+10, Sebastian Stadil wrote: > > >> Thanks for sharing, Arya. Would you care to add this to the Scalr wiki? > >> Might make it easier for others to suggest improvements. > > >> On Mon, Aug 27, 2012 at 12:05 AM, Arya A. <ar...@abdian.id.au> wrote: > > >>> I'm fairly certain this is a work in progress (ie, nowhere near complete > >>> and definitely not polished), but it may help someone else out there. > > >>> Install *prerequisites * > >>> apt-get -y install apache2-mpm-prefork php5 php5-mysql php5-curl > >>> php5-mcrypt php5-snmp > >>> apt-get -y install libssh2-php apparmor-utils mailutils bind9 phpmyadmin > >>> apt-get -y install php-pear rrdtool librrd-dev libcurl4-openssl-dev > >>> mysql-server snmp > >>> # > >>> referhttp://wiki.scalr.net/pages/**viewpage.action?pageId=327743<http://wiki.scalr.net/pages/viewpage.action?pageId=327743> > > >>> echo '$cfg["AllowArbitraryServer"] = TRUE;' >> > >>> /etc/phpmyadmin/config.inc.php > > >>> Install SCALRexport SCALR_BASE=/usr/local/scalr > >>> export SCALR_HOME=$SCALR_BASE/scalr-**home > >>> export SCALR_FILES=$SCALR_BASE/scalr-**files > >>> export CURRENT=$SCALR_BASE/current > >>> export PASSWORD=yourpassword > > >>> useradd -d $SCALR_BASE -m -r -G www-data,bind scalr > >>> usermod -G scalr www-data > >>> mkdir -p $SCALR_HOME > >>> mkdir -p $SCALR_FILES > >>> ServerAdmin ad...@example.org > >>> ServerName scalr.example.org > >>> DocumentRoot /usr/local/scalr/current/www > >>> ErrorLog \${APACHE_LOG_DIR}/scalr-**error.log > >>> CustomLog \${APACHE_LOG_DIR}/scalr-**access.log combined > >>> <Directory /usr/local/scalr/current/www> > >>> Options Indexes FollowSymLinks MultiViews > >>> AllowOverride All > >>> </Directory> > >>> Alias /graphics "/usr/local/scalr/scalr-home/**graphics" > >>> <Directory /usr/local/scalr/current/www> > >>> Options Indexes FollowSymLinks MultiViews > >>> AllowOverride All > >>> </Directory> > >>> </VirtualHost> > >>> EOF > >>> a2ensite scalr > >>> pecl install rrd > >>> echo 'extension=rrd.so' > /etc/php5/apache2/conf.d/rrd.**ini > >>> printf '\n\n\n\n' | pecl install pecl_http > >>> echo 'extension=http.so' > /etc/php5/apache2/conf.d/**http.ini > > >>> -- > >>> You received this message because you are subscribed to the Google > >>> Groups "scalr-discuss" group. > >>> To view this discussion on the web visithttps://groups.google.com/d/** > >>> msg/scalr-discuss/-/**T2RDRp5LGiQJ<https://groups.google.com/d/msg/scalr-discuss/-/T2RDRp5LGiQJ> > >>> . > >>> To post to this group, send email to scalr-...@googlegroups.com**. > >>> To unsubscribe from this group, send email to scalr-discus...@** > >>> googlegroups.com. > >>> For more options, visit this group athttp://groups.google.com/** > >>> group/scalr-discuss?hl=en<http://groups.google.com/group/scalr-discuss?hl=en> > >>> . > > >> -- > > >> Follow us: Twitter <https://twitter.com/#%21/scalr> - > >> Facebook<https://www.facebook.com/Scalr> > >> - Blog <http://blog.scalr.net/> > > >> -- > > You received this message because you are subscribed to the Google Groups > > "scalr-discuss" group. > > To view this discussion on the web visit > >https://groups.google.com/d/msg/scalr-discuss/-/87qdYRZ652sJ. > > To post to this group, send email to > > scalr-discuss@googlegroups.com<javascript:_e({}, 'cvml', > > 'scalr-discuss@googlegroups.com');> > > . > > To unsubscribe from this group, send email to > > scalr-discuss+unsubscr...@googlegroups.com <javascript:_e({}, 'cvml', > > 'scalr-discuss%2bunsubscr...@googlegroups.com');>. > > For more options, visit this group at > >http://groups.google.com/group/scalr-discuss?hl=en. > > -- > > Follow us: Twitter <https://twitter.com/#!/scalr> - > Facebook<https://www.facebook.com/Scalr> > - Blog <http://blog.scalr.net/> -- You received this message because you are subscribed to the Google Groups "scalr-discuss" group. To post to this group, send email to scalr-discuss@googlegroups.com. To unsubscribe from this group, send email to scalr-discuss+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/scalr-discuss?hl=en.