Nickolay Platonov
unread,Dec 15, 2009, 8:38:36 AM12/15/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to js...@googlegroups.com, joose-js
Good news everyone!
The new version of JSAN::Shell was released. The terrifying dependency from Class::DBI was removed
and now you can install the shell without patching your kernel )
Its still an early release but its already usable. Some features are not supported yet, like assets installation (*.css, *.png etc),
setting default configuration and so on, but main use case works fine.
To install for example Joose:
1. First install the shell itself:
> cpan JSAN::Shell
2. Then launch the shell with the 'jsan' command. Try 'help' for the list of available commands.
3. Set the installation path using 'set prefix' command. Probably we need to define a default prefix.
4. Use the 'install' command.
It should look like below, please let us know if its not on your system )
catalyst@symbie-dev:~/Workspace/EclipseWorkspace/JavaScript/AjaxOOP$ jsan
Checking for Internet access...
Locating closest JSAN mirror...
jsan shell -- JSAN repository explorer and package installer (v2.01)
-- Copyright 2005 - 2009 Adam Kennedy.
-- Type 'help' for a summary of available commands.
jsan> install Joose
No install prefix set. Try 'set prefix /install/path'
jsan> set prefix /home/catalyst/jsanlib
prefix changed to '/home/catalyst/jsanlib'
jsan> install Joose
jsan>
Next release will be focused on assets installation, setting default prefix and improving documentation.
Feel free to contribute your ideas in this thread.
Regards, Nickolay