Fasttrack: handle DNS-related condition
[phoros.git] / doc / deployment.org
blob8c060165a37819a0bbd3b9e3f6c818e623570d72
1 #+TITLE:     Phoros
2 #+AUTHOR:    Bert Burgemeister
3 #+EMAIL:     trebbu@googlemail.com
4 #+DESCRIPTION:
5 #+KEYWORDS: 
6 #+LANGUAGE:  en
7 #+OPTIONS:   H:3 num:nil toc:1 \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
8 #+OPTIONS:   TeX:nil LaTeX:nil skip:nil d:nil todo:t pri:nil tags:not-in-toc
9 #+OPTIONS:   author:t email:t creator:nil timestamp:t
10 #+HTML_HEAD: <link rel="stylesheet" href="style.css" type="text/css"/>
11 #+LINK_UP:   index.html
12 #+ATTR_HTML: alt="Phoros logo" height="50" style="padding-top:.5em;float:right"
13   [[file:phoros-logo-plain.png]]
15 A Tool for Photogrammetric Road Survey
17 ** Example: Create a new Phoros project from scratch
19    #+INCLUDE: "../examples/prepare-phoros-project.sh" src shell-script
21 It may be recommendable to use a dedicated script (called
22 calibration-storage.sh in the above script) to maintain a database of
23 your calibration data:
25 #+INCLUDE: "../examples/calibration-storage.sh" src shell-script
27 ** Example: Add to an existing Phoros project
29 #+INCLUDE: "../examples/add-to-phoros-project.sh" src shell-script
31 ** Example: Run the Phoros server
33 #+INCLUDE: "../examples/start-phoros-server.sh" src shell-script