How To Compile Everything: Difference between revisions

Content added Content deleted
imported>Geofft
No edit summary
No edit summary
Line 16: Line 16:
* Is it mostly Ruby?
* Is it mostly Ruby?
** Ask someone not me.
** Ask someone not me.
** Someone not me says:
*** Does it have a Gemfile, or a .gemspec? Run bundle.
*** Is it Rails? Run rake. (Did you bundle install?) Now do ./script/server (Rails 2.x) or rails server (Rails >=3). Consider making someone else host it - Heroku?
*** Is it not Rails? Does it have a Rakefile? Run rake.
*** No Rakefile? Are you sure this is ruby?
* Is it mostly Perl?
* Is it mostly Perl?
** Is there a <code>Makefile.PL</code> at the top level, and no <code>Makefile</code>?
** Is there a <code>Makefile.PL</code> at the top level, and no <code>Makefile</code>?