[scilab-Users] How to manage Scilab external modules easily

Pierre MARECHAL pierre.marechal at scilab.org
Fri Feb 5 17:29:56 CET 2010


Hi Martin,

Le 27/01/2010 16:08, Martin.Blasczyk at lantiq.com a écrit :
> Hello,
>
> Great new feature, thanks!
>
> For Scilab-Clients connected to a local network without internet access, is it possible to setup a local ATOMS-server for supplying them with additional modules?
Yes. If internet (http://atoms.scilab.org) is unreachable, two things 
are possible:

  - Add a local repository :
     --> 
atomsRepositoryAdd('file:///home/bob/tmp/scene1.test.atoms.scilab.org')
     --> atomsRepositoryAdd('file:///E:\scene1.test.atoms.scilab.org');

  - Install a local package
     --> atomsInstall('/home/bob/mymodule.bin.tar.gz');
     --> atomsInstall('E:\mymodule.bin.tar.gz');

This only works with the current nightly builds :

  - 
http://www.scilab.org/download/index_download.php?page=nightly_builds_5.2
  - http://www.scilab.org/download/index_download.php?page=nightly_builds
>   Is there a description available for setting up such a server?
The beginning of documentation is available here :
http://wiki.scilab.org/ATOMS/localrepository

This documentation is a rough draft at the moment. It will be filled-out 
shortly

> Best Regards,
> Martin Blasczyk
>    

Regards,

Pierre

-- 
==============================================
Pierre MARECHAL
Ingénieur Support et Développements
                    ------
Consortium Scilab
Digiteo
Domaine de Voluceau
Rocquencourt - B.P. 105
78153 Le Chesnay Cedex
                    ------
Tél : +33.1.39.63.56.81
==============================================




More information about the users mailing list