Changes between Version 3 and Version 4 of ALOELinuxGuide
- Timestamp:
- 05/12/09 19:26:33 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ALOELinuxGuide
v3 v4 12 12 == Launching ALOE == 13 13 14 Before starting ALOE, you must create a directory where Manager Daemons will look for configuration files, application definitions and executables (PhalManual). This path will be passed as the first parameter to the ALOE launcher. You can download a sample directory from our repository: 15 16 {{{ 17 svn checkout http://flexnets.upc.edu/svn/phal-apps/trunk/phal-repositories 18 }}} 14 If you downloaded ALOE from source, take a look at the 'examples' directory. There you will see the implementation of 3 ALOE objects (source, decimator and sink) and another folder called ''repository''. This directory is where Manager Daemons will look for configuration files, waveform definitions files and executables (and more things...). This path will be passed as the first argument to the ALOE launcher. 19 15 20 16 You will see that this directory as, among others, the following '''mandatory''' subdirectories: … … 25 21 * statsman: Initialization parameter definitions, in per-waveform sub-directories. 26 22 27 If you follow this guide and plan to launch Wimax waveform (see next), you won't need to modify any of these files.23 '''NOTE''': Make sure that swman_execs/linux contains (or links to) your waveform binaries compiled for the platform you plan to launch them. In the case of the example waveforms, the executables at placed at /usr/local/bin during the installation then, this is where the ''linux'' folder should link to. 28 24 29 '''NOTE''': Make sure that swman_execs/linux contains (or links to) your waveform binaries compiled for the platform you plan to launch them. 25 Also during the installation, the default repository folder has been set to one provided in the source package, relative to the path where you untar'd it. 30 26 31 Now you can launch ALOE console passing the phal-repositories path (the one you downloaded) as an argument:32 27 {{{ 33 28 runph phal-repositories
