I followed the instructions  
http://wiki.scalr.net/pages/viewpage.action?pageId=327743  given here and 
Scalr 3.5r7704 worked fine with Ubuntu 12-04 LTS 64bit. 

However i encountered a minor bug - the scalr.sql script did not load 
properly because the schema was not correct. 

file: scalr.sql line# 1274 - I changed as follows  as the field 
architecture, os_family, os_name , os_version missing from the downloaded 
source

CREATE TABLE IF NOT EXISTS `role_images` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `role_id` int(11) NOT NULL,
  `cloud_location` varchar(25) DEFAULT NULL,
  `image_id` varchar(255) DEFAULT NULL,
  `platform` varchar(25) DEFAULT NULL,
  `architecture` varchar(25) DEFAULT NULL,
  `os_family` varchar(25) DEFAULT NULL,
  `os_name` varchar(25) DEFAULT NULL,
  `os_version` varchar(25) DEFAULT NULL,
  `agent_version` varchar(25) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `unique` (`role_id`,`image_id`,`cloud_location`),
  UNIQUE KEY `role_id_location` (`role_id`,`cloud_location`),
  KEY `NewIndex1` (`platform`),
  KEY `location` (`cloud_location`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

The installation was complete. However when i tried to create user - I get 
a popup dialog in the UI with the message *Whoops! Something went wrong, 
and we have been notified. Try reloading the page if things don't work.*

I use Chrome on WIn7. Is Chrome supported browser of Scalr? How do I debug 
this problem ?

Regards,

Senthil

On Monday, 27 August 2012 06:26:04 UTC+9, kevbaker wrote:
>
> I'm very interested in a chef recipe to get Scalr up and running. I 
> won't really have time to contribute on that until next month though. 
>
>
>
> On Aug 26, 2012, at 1:00 PM, "Arya A." <ar...@abdian.id.au <javascript:>> 
> wrote: 
>
> > 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-...@googlegroups.com<javascript:><javascript:_e({}, 
> 'cvml', 'scalr-...@googlegroups.com <javascript:>');> 
> >>> . 
> >>> To unsubscribe from this group, send email to 
> >>> scalr-discus...@googlegroups.com <javascript:> <javascript:_e({}, 
> 'cvml', 
> >>> 'scalr-discuss...@googlegroups.com <javascript:>');>. 
> >>> 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-...@googlegroups.com<javascript:>. 
>
> > To unsubscribe from this group, send email to 
> scalr-discus...@googlegroups.com <javascript:>. 
> > For more options, visit this group at 
> http://groups.google.com/group/scalr-discuss?hl=en. 
> > 
>

-- 
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/-/IswsI3MoIuYJ.
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.

Reply via email to