Simple installation

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Simple installation

Hugo <Nabble>
I looked into node.js and its installation is quite simple. After you install the main binary package, the "node" command becomes available in the shell. So you can create a javascript file and do:
> node app.js
And the app runs.

Now if you want to install a module, you can navigate to your project's folder and do:
> npm install express
And the "express" module is installed in that folder.

I think this is very simple and elegant. There is no fancy configuration or environment settings. It is dead simple.

Keep this in mind when you work on luan's installation.
Reply | Threaded
Open this post in threaded view
|

Re: Simple installation

fschmidt
Administrator
I looked at various installers and they are all complicated, so I just wrote a simple script which should work on any unix system.  Please go to https://code.google.com/p/luan-java/ and download luan.tar and try it and tell me what you think.
Woe to those who call bad good and good bad -- Isaiah 5:20
Following the Old Testament, not evil modern culture
Reply | Threaded
Open this post in threaded view
|

Re: Simple installation

Hugo <Nabble>
It works fine and it is painless. If luan becomes a huge success, then you may look into Windows some day. You can close this thread.
Reply | Threaded
Open this post in threaded view
|

Re: Simple installation

fschmidt
Administrator
closing thread
Woe to those who call bad good and good bad -- Isaiah 5:20
Following the Old Testament, not evil modern culture
Reply | Threaded
Open this post in threaded view
|

Re: Simple installation

fschmidt
Administrator
In reply to this post by Hugo <Nabble>
I need a Windows installer for Will.
Woe to those who call bad good and good bad -- Isaiah 5:20
Following the Old Testament, not evil modern culture
Reply | Threaded
Open this post in threaded view
|

Re: Simple installation

fschmidt
Administrator
done manually, closing
Woe to those who call bad good and good bad -- Isaiah 5:20
Following the Old Testament, not evil modern culture