-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
189 lines (148 loc) · 7.22 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' 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-dark.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>Englo by saberc</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>Englo</h1>
<h2>Englo - A Projects Software Management and Delivery Tool</h2>
</header>
<section id="downloads" class="clearfix">
<a href="https://github.com/saberc/EngloSite.github.io/zipball/master" id="download-zip" class="button"><span>Download .zip</span></a>
<a href="https://github.com/saberc/EngloSite.github.io/tarball/master" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a>
<a href="https://github.com/saberc/EngloSite.github.io" id="view-on-github" class="button"><span>View on GitHub</span></a>
</section>
<hr>
<section id="main_content">
<h3>
<a id="description" class="anchor" href="#description" aria-hidden="true"><span class="octicon octicon-link"></span></a>Description</h3>
<p><strong>Englo</strong> is a tool to manage and deliver software projects. It’s based on <strong>Entando</strong>, an Open Source web application platform, written in Java (see <a href="https://github.com/entando">Entando's Github Repositories</a>).</p>
<h3>
<a id="features" class="anchor" href="#features" aria-hidden="true"><span class="octicon octicon-link"></span></a>Features</h3>
<p>Englo system includes two modules: <code>englo-portal</code> and <code>englo-entando-components</code>. englo-portal is able to run all the services generated from englo-entando-components module, that includes <code>englo</code>, <code>basecamp</code>, <code>trello</code>, <code>github</code>, <code>jenkins</code> apps.</p>
<h3>
<a id="getting-started" class="anchor" href="#getting-started" aria-hidden="true"><span class="octicon octicon-link"></span></a>Getting Started</h3>
<ul>
<li>Open your terminal </li>
<li>Create an empty directory for your project: </li>
</ul>
<pre><code>mkdir ~/my_project
</code></pre>
<ul>
<li>Move to a directory of your choosing:</li>
</ul>
<pre><code>cd ~/my_project
</code></pre>
<ul>
<li>Clone in the following sequence entando-core and entando-components (see <a href="https://github.com/entando">https://github.com/entando</a>):</li>
</ul>
<pre><code>git clone https://github.com/entando/entando-core
git clone https://github.com/entando/entando-components
</code></pre>
<ul>
<li>Install <code>entando-core</code> and <code>entando-components</code> (Entando v4.2-TP1) in the following sequence, (see <a href="https://github.com/entando/entando-core/wiki/Download%20the%20latest%20source%20code">Entando Installation</a>):</li>
</ul>
<pre><code>cd entando-core
mvn clean install -DskipTests
</code></pre>
<pre><code>cd entando-components
mvn clean install -DskipTests
</code></pre>
<ul>
<li>Clone the englo project:</li>
</ul>
<pre><code>git clone https://github.com/entando/englo
</code></pre>
<p>Englo project includes two modules:</p>
<ol>
<li>
<code>englo-portal</code>, able to run all the services generated by all the installed components</li>
<li><p><code>englo-entando-components</code> includes all Entando components project with the newly created plugins:<br>
<code>jpenglo</code>, <code>jpbasecamp</code>, <code>jptrello</code>, <code>jpgithub</code>, <code>jpjenkins</code>, <code>jpoauth2</code></p></li>
</ol>
<ul>
<li>Install <code>englo-entando-components</code>
</li>
</ul>
<pre><code>cd englo-entando-components
mvn clean install -DskipTests
</code></pre>
<p>englo-portal can be run using either Tomcat or Jetty.
If you are using Jetty, enter in the <code>englo-portal</code> folder and run: </p>
<pre><code>mvn clean jetty: run
</code></pre>
<h3>
<a id="entando-trello-a-struts2-angular-js-combination" class="anchor" href="#entando-trello-a-struts2-angular-js-combination" aria-hidden="true"><span class="octicon octicon-link"></span></a>Entando-Trello: A Struts2-Angular JS combination</h3>
<p>Entando integrates Trello, a collaboration tool that organizes your projects into boards.
In one glance, Trello help you to control what's being worked on, who's working on what, and where something is in a process.
This web application is developed by using Struts2 that is used for back-end (structure of Interceptor Stacks, namespaces, actions), AngularJS used for front-end frameworks.</p>
<p><strong>Example: HttpRequest of Boards List</strong></p>
<ol>
<li>The Client performs HTTPRequest to get of the List of Boards;</li>
<li>The Action "jsonboard" is triggered and invokes the Manager to obtains the list;</li>
<li>The Manager returns a JSON output to the Action which, in turn, returns to the list (JSON result) to the Client;</li>
</ol>
<p>The Result of the Request is a JSON. The <em>Result Type</em> is <em>Stream Result</em> with the following parameters:</p>
<ul>
<li>
<code>contentType</code> is <em>JSON</em> application;</li>
<li>
<code>contentDisposition</code> is <em>inline</em> for the file name <em>boards.json</em>;</li>
<li>
<code>bufferSize</code>` is the size of the buffer to copy from input to output (default = 1024).</li>
</ul>
<pre><code><?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 2.3//EN"
"http://struts.apache.org/dtds/struts-2.3.dtd">
<struts>
<package name="jptrello_do/FrontEnd/jptrelloFront/Boards" namespace="/do/FrontEnd/jptrello/Boards" extends="entando-front-default">
<action name="jsonboards" class="jptrelloTrelloFrontEndAction" method="jsonboards">
<!-- <result type="dispatcher">/WEB-INF/plugins/jptrello/aps/jsp/internalservlet/trello/frontend-trello-angular-boards- json.jsp</result> -->
<result type="stream">
<param name="contentType">application/json</param>
<param name="contentDisposition">inline;filename="boards.json"</param>
<param name="bufferSize">1024</param>
</result>
<interceptor-ref name="entandoFrontEndFreeStack"></interceptor-ref>
</action>
</code></pre>
<p>A Result example is like this:</p>
<pre><code>{
"list": [
{
"name": "To Do",
"id": "56196ccede7b2cfe172b94ed"
},
{
"name": "Doing",
"id": "56196ccede7b2cfe172b94ee"
},
{
"name": "Done",
"id": "56196ccede7b2cfe172b94ef"
}
]
}
</code></pre>
</section>
<footer>
Englo is maintained by <a href="https://github.com/saberc">saberc</a><br>
This page was generated by <a href="https://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
</footer>
</div>
</div>
</body>
</html>