JSFiddle - React, Tailwind, and code Playground
by alexbfree
HTML
<script src="http://lab.hakim.se/reveal-js/js/reveal.min.js"></script>
<div class="slides">
<section>
<h1>OTCA API DEMO</h1>
<p>CODE HANDOVER: JULY 2013</p>
<p>
<br>
</p>
<p>Alex Bowyer<br>
</p>
</section>
<section>
<h2>WHERE IS THE CODe?</h2>
<p>
<br>
</p>
<p>http://ifsvn01.lab.opentext.com/svn/demos/trunk/otca/otca_api_client/<br>
</p>
</section>
<section>
<h2 align="center">WHERE IS IT DEPLOYED?</h2>
<p>
<br>
</p>
<p align="left">On PS cloud machines administered by Patrick Gagnon<br>
</p>
<div align="left">
<ul>
<li>
<a href="http://50.16.231.177/">http://50.16.231.177/</a> (shortcut <a href="http://bit.ly/otcademo">http://bit.ly/otcademo</a>)</li>
<li>
<a href="http://50.16.238.253/">http://50.16.238.253/</a> (shortcut <a href="http://bit.ly/otca0">http://bit.ly/otca0</a>)</li>
</ul>
</div>
<p>
<br>
</p>
<p align="left">How to access:</p>
<div align="left">
<ul>
<li>Get Patrick Gagnon to add your SSH key to the machine <br>
</li>
<ul>
<ul>
<li>Username = nsteindev<br>
</li>
</ul>
</ul>
<li>Connect via Nautilus/Explorer/Finder using SCP</li>
</ul>
<p>
<br>MAKE SURE ALL MODIFICATIONS GO IN SVN!<br>
</p>
</div>
</section>
<section>
<h2>DEVELOPMENT APPROACH</h2>
<p>
<br>
</p>
<p align="left">
<u>Option 1: Install your own OTCA</u>
</p>
<ol>
<li>Install OTCA</li>
<li>Set up your local dev environment with Eclipse /other IDE</li>
<li>Check out code from SVN to the dev environment</li>
<li>Configure your connection at the top of index.php:</li>
</ol>
<pre><font style="font-size: 24px;"><code><br> // change this to "localhost" if running locally<br> $tme = new...