perl dancer on android (first attempt)

4
 Setting up Android && ASE Download JRE Download Android SDK Add $PATH to ~/.bashrc Install SDK components Add new virtual device Start the device Remove Chinese keyboard Install ASE

Upload: xsawyer

Post on 08-May-2015

1.954 views

Category:

Technology


0 download

DESCRIPTION

This an attempt I've made at installing Dancer, the Perl web framework, on an Android emulator using ASE (Android Scripting Environment).Plenty of things have changed since then, and when I make another attempt, I'll publish that as well.

TRANSCRIPT

Page 1: Perl Dancer on Android (first attempt)

   

Setting up Android && ASE

● Download JRE● Download Android SDK● Add $PATH to ~/.bashrc● Install SDK components● Add new virtual device● Start the device● Remove Chinese keyboard● Install ASE

Page 2: Perl Dancer on Android (first attempt)

   

Setting up Dancer

● Dancer is a web framework● (kind of like Ruby's Sinatra)● I like it, I help develop and release it● cpanm ­l . HTTP::Body HTTP::Headers URI 

HTTP::Server::Simple HTTP::Server::Simple::PSGI YAML Template Module::Refresh Dancer

● mhere File::Spec::Unix FileHandle utf8● cp utf8_heavy.pl, unicode

Page 3: Perl Dancer on Android (first attempt)

   

It works!

Page 4: Perl Dancer on Android (first attempt)

   

… sort of :)