This repository was archived by the owner on May 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (71 loc) · 4.77 KB
/
index.html
File metadata and controls
80 lines (71 loc) · 4.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="refresh" content="0;url=https://github.com/OpenBD/openbd-core" />
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>OpenBD by OpenBD</title>
</head>
<body>
<header>
<div class="inner">
<h1>OpenBD</h1>
<h2>The original open source Java powered GPL CFML runtime engine</h2>
<a href="https://github.com/OpenBD/openbd-core" class="button"><small>View project on</small> GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<p align="center">
<img src="openBD_logo_788x150px.png">
</p>
<p>OpenBD is the worlds first truly open source and free GPLv3.0 Java CFML runtime. OpenBD has a long legacy, first created in 2000.</p>
<h3>
<a id="running-openbd" class="anchor" href="#running-openbd" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Running OpenBD</h3>
<p>You can run OpenBD quickly without all the hassle of setting and configuring a JEE server. Use the <a href="https://github.com/aw20/jettydesktop">JettyDesktop launcher</a> - instructions on use located at the <a href="https://github.com/aw20/jettydesktop/wiki">JettyDesktop Wiki</a>. This will run the OpenBD WAR file easily and quickly.</p>
<h3>
<a id="community-mailing-list" class="anchor" href="#community-mailing-list" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Community Mailing List</h3>
<p>An active Google Groups list can be found: <a href="https://groups.google.com/forum/#!forum/openbluedragon">https://groups.google.com/forum/#!forum/openbluedragon</a></p>
<h3>
<a id="building-openbd" class="anchor" href="#building-openbd" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Building OpenBD</h3>
<p>You will require the following tools to be able to build OpenBD from source:</p>
<ul>
<li>Java Developers Kit Virtual Machine 8</li>
<li>Apache Ant (<a href="http://ant.apache.org/">http://ant.apache.org/</a>)</li>
</ul>
<p>Optional, OpenBD source drop includes an Eclipse project to enable building and debugging under the Eclipse IDE (<a href="http://www.eclipse.org/">http://www.eclipse.org/</a>). All files required to build the core OpenBD JAR/WAR is contained within this GitHub project.</p>
<p>All the necessary scripts and resources are in the ./build/ folder. The build.xml will build the core WAR file, the OpenBlueDragon.jar file as well as popping in the manual if you desire.</p>
<ul>
<li>ant compile</li>
<li>ant war</li>
<li>ant war-with-manual</li>
</ul>
<p>If you are just updating the core OpenBD JAR file in an already existing installation then 'ant compile' will create the file: ./build/targets/OpenBlueDragon.jar. You can then drop this file over the top of an existing installation if you are say upgrading a minor update. The ReleaseNotes.txt will indicate if a full /WEB-INF/lib/ folder update is required.</p>
<p>'ant war' will build a standard JEE WAR file that can be dropped into any JEE application server, such as Jetty, Tomcat or JBoss. 'ant war-with-manual' will build the standard JEE war but will also pull in the latest 'openbd-manual' (<a href="https://github.com/OpenBD/openbd-manual">https://github.com/OpenBD/openbd-manual</a>) and add that as part of the distribution.</p>
<p>All output from the ant scripts will be in the /build/targets/</p>
</section>
<aside id="sidebar">
<a href="https://github.com/OpenBD/openbd-core/zipball/master" class="button">
<small>Download</small>
.zip file
</a>
<a href="https://github.com/OpenBD/openbd-core/tarball/master" class="button">
<small>Download</small>
.tar.gz file
</a>
<p class="repo-owner"><a href="https://github.com/OpenBD/openbd-core"></a> is maintained by <a href="https://github.com/OpenBD">OpenBD</a>.</p>
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
</aside>
</div>
</div>
</body>
</html>