Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
metamod:install [2012-02-03 17:27:16] geira |
metamod:install [2022-05-31 09:29:32] (current) |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| The latest version of the documentation is always available in [[https:// | The latest version of the documentation is always available in [[https:// | ||
| - | ===== Installing 2.10 (draft) | + | ===== Installing |
| - | **Ignore this and follow the instructions | + | The installation procedure is evolving for each new release, constantly seeking to make it more automated |
| - | | + | |
| - | $ sudo apt-get install metno-metamod-2.10 | + | |
| - | + | * [[https://svn.met.no/viewvc/metamod/trunk/docs/html/ | |
| - | If the latter package not available (or you need devel version): | + | |
| - | + | ||
| - | $ curl -O http://repo.met.no/devel/dists/lucid/main/binary-all/web/ | + | |
| - | | + | |
| - | + | ||
| - | Copy the example config: | + | |
| - | + | ||
| - | $ cp -r /opt/metno-metamod-2.10/app/example . | + | |
| - | + | ||
| - | Then edit example/master_config.txt as needed. For local testing, set APPLICATION_USER to your own login. | + | |
| - | + | ||
| - | To install all services: | + | |
| - | + | ||
| - | $ /opt/metno-metamod-2.10/ | + | |
| - | $ /opt/metno-metamod-2.10/common/prepare_runtime_env.sh example | + | |
| - | | + | |
| - | Try starting Catalyst: | + | |
| - | + | ||
| - | $ export PERL5LIB=/opt/metno-perl-webdev-ver1/lib/perl5 | + | |
| - | $ /opt/metno-metamod-2.10/catalyst/script/metamodweb_server.pl -d example | + | |
| - | + | ||
| - | MetamodWeb should now be available on http:// | + | |
| - | + | ||
| - | To start all services (substitute EXAMPLE with your APPLICATION_ID): | + | |
| - | + | ||
| - | $ sudo / | + | |
| - | $ sudo / | + | |
| - | + | ||
| - | + | ||
| - | -------------- | + | |