Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
okeanos-LoD
Commits
9a1cbd82
Commit
9a1cbd82
authored
Jan 15, 2016
by
Georgios Ouzounis
Browse files
Implemented lambda application run faq on Central VM.
parent
8f744244
Changes
1
Hide whitespace changes
Inline
Side-by-side
central_service/app/frontend/app/templates/faqs/lambda-application/run.hbs
View file @
9a1cbd82
<section
class=
"content"
>
<div
class=
"row"
>
<div
class=
"col-xs-12"
>
<div
class=
"box box-primary"
>
<div
class=
"box-header with-border"
>
<h3
class=
"box-title"
>
How to run my application
</h3>
<div
class=
"box-tools pull-right"
>
<button
class=
"btn btn-box-tool"
data-widget=
"collapse"
><i
class=
"fa fa-minus"
></i></button>
<button
class=
"btn btn-box-tool"
data-widget=
"remove"
><i
class=
"fa fa-times"
></i></button>
</div>
</div>
<!-- /.box-header -->
<div
class=
"box-body no-padding"
>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<div
class=
"pad"
>
Follow the steps described in this section to run your own app.
</div>
</div>
<!-- /.col -->
</div>
<!-- /.row -->
</div>
<!-- /.box-body -->
</div>
<!--box box-primary-->
</div>
<!--col-xs-12-->
</div>
<!--row -->
<div
class=
"row"
>
<div
class=
"col-xs-12"
>
<!-- DIRECT CHAT DANGER -->
<div
class=
"box box-success "
>
<div
class=
"box-header with-border"
>
<h3
class=
"box-title"
>
Short guide on how to run a Lambda Application
</h3>
</div>
<!-- /.box-header -->
<div
class=
"box-body"
>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<h1>
Run Lambda Application
</h1>
<p>
In order to create a Lambda Application, you can follow the
{{#
link-to
'faqs.lambda-application.create'
}}
how to create my own app
{{/
link-to
}}
guide. Once you have created and built your application(created the jar with dependencies), you can upload it on your LoD Service VM and deploy
it on one or more Lambda Instances. To do that follow the guide below.
</p>
<p><img
src=
"assets/img/usage7-12.png"
alt=
"usage7-12.png"
width=
"750"
></p>
<ol>
<li>
Select Applications from the upper left menu of options
</li>
<li>
On the main window select the button "Upload an Application"
</li>
<li>
Fill in the form, select the jar file to upload and press "Submit" when ready
</li>
<li>
Note the progress bar as the application uploads
</li>
<li>
Upload is completed
</li>
<li>
On the Applications page select the Application you have just uploaded (click on its name)
</li>
</ol>
<p><img
src=
"assets/img/usage13-15.png"
alt=
"usage13-15.png"
width=
"750"
></p>
<ol
start=
"7"
>
<li>
Select the "Deploy on a Lambda Instance" button
</li>
<li>
On the list of Lambda Instances available select the one you want to use for running this specific application and
</li>
<li>
Select to start your application once it has been deployed on the Lambda Instance
</li>
</ol>
</div>
<!--col-->
</div>
<!--row-->
</div>
<!--class="box-body"-->
</div>
<!--box-->
</div>
<!--col-md-3 -->
</div>
<!--row-->
</section>
<!-- /.content -->
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment