Set-up

  1. Create the account, compile Play, and the OAT app as in OatTestAccount.
  2. Add a script in /etc/init/play-advising/online-advising-tools.conf
    1. # play-advising -- The OAT (Online Advising Tools) web app
      # Built on the play framework
      # See Byron Weber Becker (bwbecker@uwaterloo.ca) for details
      description "OAT -- Online Advising Tools"
      start on runlevel [2345]
      stop on runlevel [!2345]
      umask 022
      console none
      script
      cd /home/oat-prod/oat
      ( sleep 15 && echo -e '\004' ) | ./pprod 2>auto_start.err >auto_start.out
      end script
-- ByronWeberBecker - 2013-08-01
Edit | Attach | Watch | Print version | History: r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r2 - 2013-08-02 - ByronWeberBecker
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback