-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (73 loc) · 3.43 KB
/
index.html
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
81
82
83
84
85
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Sos-berlin.GitHub.io by sos-berlin</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-dark.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header class="without-description">
<h1>SOS GmbH repositories</h1>
<p></p>
<p class="view"><a href="https://github.com/sos-berlin">View our repositories <strong>on GitHub</strong></a></p>
<ul>
<li class="single"><a href="https://github.com/sos-berlin">View our repositories <strong>on GitHub</strong></a></li>
</ul>
</header>
<section>
<h2>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>JobScheduler and YADE repositories</h2>
<p>This is a short introduction from the <a href="http://www.sos-berlin.com">SOS GmbH</a> about
<ul>
<li>what projects are covered by the repositories</li>
<li>what repositories are required in order to build from source</li>
<li>where the build instructions are located</li>
</ul>
</p>
<!--pre><code>$ cd your_repo_root/repo_name
$ git fetch origin
$ git checkout gh-pages
</code></pre-->
<h3>
<a id="designer-templates" class="anchor" href="#designer-templates" aria-hidden="true"><span class="octicon octicon-link"></span></a>Projects</h3>
<p>
The repositories correspond to the JobScheduler and YADE <a href="http://www.sos-berlin.com/products">Open Source products</a> the company offers.
</p>
<h3>
<a id="rather-drive-stick" class="anchor" href="#rather-drive-stick" aria-hidden="true"><span class="octicon octicon-link"></span></a>Required Repositories</h3>
<p>
Twelve repositories are available on our <a href="https://github.com/sos-berlin">GitHub site</a>. Three of them have to be cloned when building the products from the source code:
<ul>
<li><a href="https://github.com/sos-berlin/scheduler-engine-doc">scheduler-engine-doc</a></li>
<li><a href="https://github.com/sos-berlin/scheduler-engine">scheduler-engine</a></li>
<li><a href="https://github.com/sos-berlin/all">all</a></li>
</ul>
The remaining repositories are submodules of the <code>all</code> repository and are published for reference purposes when building the products.
</p>
<h3>
<a id="support-or-contact" class="anchor" href="#support-or-contact" aria-hidden="true"><span class="octicon octicon-link"></span></a>Build Instructions and Support</h3>
<p>
Build instructions are available from our <a href="https://kb.sos-berlin.com">Product Knowledge Base</a>
<ul>
<li><a href="https://kb.sos-berlin.com/x/woBB">JobScheduler Build Instructions</a></li>
<li><a href="https://kb.sos-berlin.com/x/Bgig">YADE Build Instructions</a></li>
</ul>
Having troubles with the build?
Community support is available at our <a href="https://sourceforge.net/p/jobscheduler/discussion/bp/">SourceForge Forum</a>
</p>
</section>
</div>
<footer>
<p>Hosted on GitHub Pages</p>
</footer>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>