metamod:install

LDAP: couldn't connect to LDAP server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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://svn.met.no/viewvc/metamod/trunk/docs/html/index.html?view=co|the code repository]]. The latest version of the documentation is always available in [[https://svn.met.no/viewvc/metamod/trunk/docs/html/index.html?view=co|the code repository]].
  
-===== Installing 2.10 (draft) =====+===== Installing METAMOD 2.10 or later =====
  
-**Ignore this and follow the instructions on the link above**+The installation procedure is evolving for each new release, constantly seeking to make it more automated and painless. For instructions, read the official installation guide for the required release:
  
-  $ sudo apt-get install metno-perl-webdev-ver1 +  * [[https://svn.met.no/viewvc/metamod/trunk/docs/html/installation.html?view=co|bleeding edge]] 
-  $ sudo apt-get install metno-metamod-2.10 +  * [[https://svn.met.no/viewvc/metamod/branches/2.12/docs/html/installation.html?view=co|2.12]] 
- +  * [[https://svn.met.no/viewvc/metamod/trunk/docs/html/installation.html?revision=2278&view=co|2.11]] 
-If the latter package not available (or you need devel version): +  * [[https://svn.met.no/viewvc/metamod/branches/2.10/docs/html/installation.html?view=co|2.10]]
- +
-  $ curl -O http://repo.met.no/devel/dists/lucid/main/binary-all/web/metno-metamod-2.10_2.10.0-2_all.deb +
-  $ sudo dpkg -i metno-metamod-2.10_2.10.0-2_all.deb +
- +
-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/install_jobs.sh -u example +
-  $ /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://localhost:3000/Stop with ctrl-c. +
-   +
-To start all services (substitute EXAMPLE with your APPLICATION_ID): +
-   +
-  $ sudo /etc/init.d/catalyst-EXAMPLE start +
-  $ sudo /etc/init.d/metamodServices-EXAMPLE start +
- +
- +
---------------+
  
  
  • metamod/install.1328290036.txt.gz
  • Last modified: 2022-05-31 09:23:19
  • (external edit)