Re: Reduce heroku compiled slug size

2010-05-31 Thread Oren Teich
Don't worry about it.  Bamboo has larger slug size due to incorporating
everything into your slug.  Slug size is the sum of all your gems that's
installed plus your application.  If you're under 100MB, you're fine.

Oren


On Wed, May 26, 2010 at 2:23 AM, Estanislau Trepat etre...@gmail.comwrote:

 I've just updated rails to v2.3.6 on my app under a bamboo-ree-1.8.7
 stack and the compiled slug size has grown up to 40.5Mb! Previous to
 that last git push, the slug size was about 20Mb and was using rails
 v2.3.5.

 Is it because my slug has both of rails versions installed? Probably
 I'm missing something but I haven't added any special code/files into
 my app as to increase the slug size by ~20Mb.

 Can you point me on how can I reduce the slug size?

 Any help will be greatly appreciated.

 Thank you very much in advance.

 --
 You received this message because you are subscribed to the Google Groups
 Heroku group.
 To post to this group, send email to her...@googlegroups.com.
 To unsubscribe from this group, send email to
 heroku+unsubscr...@googlegroups.comheroku%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/heroku?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: 'error: failed to push some refs' while pushing to heroku

2010-05-31 Thread Godshall
I found a solution to my problem.  'hone' from the irc suggested I
take the following steps:

1. try removing the Gemfile.lock
2. make sure you're using bundler 0.9.20
3. double check you're actually on bamboo-ree-1.8.7

I was indeed running bamboo-ree-1.8.7, and I removed bundler 0.9.25
and installed 0.9.20, but the error continued.  By removing the
Gemfile.lock, however, I was able to install successfully.  Maybe
someone will find this helpful down the road.

On May 28, 12:57 pm, Godshall michaelgodsh...@gmail.com wrote:
 Hi, im trying to install an app called Teambox on Heroku using the
 following 
 instructions:http://wiki.github.com/micho/teambox/installing-on-heroku.
 It says to use the bamboo-ree-1.8.7 stack.  I run into a problem when
 I try to push the code using 'git push heroku master'.

 ...Install stuff...

        Your bundle is complete! Use `bundle show gemname` to see where
 a bundled gem is installed.
        Locking environment
        FAILED: Could not lock dependencies.
        Have you updated to use a 0.9 Gemfile?
        http://docs.heroku.com/gems#gem-bundler

 error: hooks/pre-receive exited with error code 1
 To g...@heroku.com:stark-window-80.git
  ! [remote rejected] master - master (pre-receive hook declined)
 error: failed to push some refs to '@heroku.com:stark-
 window-80.git'

 Any insight into this issue would be appreciated.  Thanks in advance!

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: libraptor binary

2010-05-31 Thread Ben Lavender
libraptor++!

If it's possible to get this installed on heroku, what can I post to
make the process easier?

Thanks,
Ben

On May 25, 9:21 pm, nick n...@aelius.com wrote:
 Hello,

 I am the author of dbpedia lite:http://dbpedialite.org/

 It is Sinatra app deployed on heroku that presents some of the data in
 Wikipedia as Linked Data using RDF.rb and Spira.

 Something that would really help my app is if I could use the rdf-
 raptor gem. This depends upon rapper/libraptor 
 library:http://librdf.org/raptor/

 Raptor is a commonly available library, available on most Linux
 distributions. It would be fantastic if this library could be made
 available on Heroku, so that people could parsing and serialising RDF/
 XML and Turtle.

 Thanks,

 nick.

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: libraptor binary

2010-05-31 Thread Arto Bendiken
On May 25, 9:21 pm, nick n...@aelius.com wrote:
 Hello,

 I am the author of dbpedia lite:http://dbpedialite.org/

 It is Sinatra app deployed on heroku that presents some of the data in
 Wikipedia as Linked Data using RDF.rb and Spira.

 Something that would really help my app is if I could use the rdf-
 raptor gem. This depends upon rapper/libraptor 
 library:http://librdf.org/raptor/

 Raptor is a commonly available library, available on most Linux
 distributions. It would be fantastic if this library could be made
 available on Heroku, so that people could parsing and serialising RDF/
 XML and Turtle.

Yes, please!

We're developing a number of Linked Data-enabled applications using
RDF.rb, and we very much would like to deploy these apps on Heroku.
Currently we have the Raptor-based RDF/XML, Turtle, RDFa, etc. parsing/
serialization taking place on a separate backend EC2 server, but it'd
certainly be preferable and a whole lot simpler to just rely on Heroku
workers to do the same.

It'd be fantastic if either the Raptor binary (`rapper`) and/or the
library (`libraptor`) were available for Heroku apps - and either one
would do fine, since the `rdf-raptor` gem can autodetect and use
Raptor equally well using CLI or FFI respectively.

Please find the one-liner Raptor installation instructions for every
major Unix distribution listed at:

  http://blog.datagraph.org/2010/04/transmuting-ntriples

Best regards,
Arto

--
Arto Bendiken | http://datagraph.org/

-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.



Re: libraptor binary

2010-05-31 Thread Pius Uzamere
+1

On Mon, May 31, 2010 at 7:09 PM, Josh Huckabee joshhucka...@gmail.comwrote:

 +1 For libraptor

 On May 25, 12:21 pm, nick n...@aelius.com wrote:
  Hello,
 
  I am the author of dbpedia lite:http://dbpedialite.org/
 
  It is Sinatra app deployed on heroku that presents some of the data in
  Wikipedia as Linked Data using RDF.rb and Spira.
 
  Something that would really help my app is if I could use the rdf-
  raptor gem. This depends upon rapper/libraptor library:
 http://librdf.org/raptor/
 
  Raptor is a commonly available library, available on most Linux
  distributions. It would be fantastic if this library could be made
  available on Heroku, so that people could parsing and serialising RDF/
  XML and Turtle.
 
  Thanks,
 
  nick.

 --
 You received this message because you are subscribed to the Google Groups
 Heroku group.
 To post to this group, send email to her...@googlegroups.com.
 To unsubscribe from this group, send email to
 heroku+unsubscr...@googlegroups.comheroku%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/heroku?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Heroku group.
To post to this group, send email to her...@googlegroups.com.
To unsubscribe from this group, send email to 
heroku+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.