<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/depli/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/depli/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 03 Apr 2017 08:44:21 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/depli/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Lahiru Pathirage</title><link>https://sourceforge.net/p/depli/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -33,5 +33,5 @@
     javaw -jar depli-VERSION.jar

 ## Development
-Depli is built using **spring-boot**, **AngularJs**, **Angular material** and **Angular-chart.js** as a single page application.
-Supports JDK version 7 or later versions. Frontend assets are added as **webjars**. To build the application, please follow the [depli readme](https://github.com/lpsandaruwan/depli/blob/master/README.md).
+Depli has been built using **spring-boot**, **AngularJs**, **Angular material** and **Angular-chart.js** and frontend works as a single page application.
+Supports JDK version 7 or later versions. Frontend assets are added as **webjars**. To build the application from source code, please follow the [depli readme](https://github.com/lpsandaruwan/depli/blob/master/README.md).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lahiru Pathirage</dc:creator><pubDate>Mon, 03 Apr 2017 08:44:21 -0000</pubDate><guid>https://sourceforge.net11fe9b7c4fb5fccbfa9aa69ba9b42c70860076cd</guid></item><item><title>Home modified by Lahiru Pathirage</title><link>https://sourceforge.net/p/depli/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -16,16 +16,16 @@

     java -jar depli-*.jar --server.port=9000

-If you are using depli which is built using source code, to initialize a datasource run depli jar file as,
+If you are using depli which is built by you using the source code, you might need to initialize the data source. To do that run depli jar file as,

     java -jar depli-*.jar \
     --spring.datasource.url=jdbc:h2:file:./depli \
     --spring.jpa.hibernate.ddl-auto=create \
     --spring.datasource.initialize=true
-Above will create a data source, a h2 database named as depli, which will be used by default.
+Above will create a data source, an h2 database named as **depli**, which will be used by default.

-### Running depli as a background process
-In unix environments simply use `nohup`,
+## Running depli as a background process
+In UNIX environments simply use `nohup`,

     nohup java -jar depli-*.jar &amp;amp;
 For Windows environments use,
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lahiru Pathirage</dc:creator><pubDate>Mon, 03 Apr 2017 08:44:20 -0000</pubDate><guid>https://sourceforge.net025828256802da78abac49cf72a4e5c9f5176b50</guid></item><item><title>Home modified by Lahiru Pathirage</title><link>https://sourceforge.net/p/depli/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,37 @@
-Welcome to your wiki!
+**Depli** is a handsome performance monitoring dashboard dedicated to looking into Java virtual machines through JMX remote connections. It is very user-friendly and does not ask you for tough configurations. Just run the Jar file and add a connection using web UI.

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+This is the depli's wiki to guide you how to use it.

-The wiki uses [Markdown](/p/depli/wiki/markdown_syntax/) syntax.
+## Depli configurations
+Depli offers following configurations through application parameters, which is same as a spring-boot application. Ignore these to use default options.
+* `--spring.datasource.url` change the data source
+* `--spring.datasource.username` data source username
+* `--spring.datasource.password` daasource password
+* `--spring.jpa.hibernate.ddl-auto` validate/create/create-drop, use create drop to use a temporary data source
+* `--spring.datasource.initialize` initialize data source on application startup
+* `--debug` true/false, enable or disable debug log
+* `--logging.file` set custom logging file

-[[members limit=20]]
-[[download_button]]
+Since spring-boot applications contains an embedded tomcat server by default, to run depli on a different port use `--server.port`
+
+    java -jar depli-*.jar --server.port=9000
+
+If you are using depli which is built using source code, to initialize a datasource run depli jar file as,
+
+    java -jar depli-*.jar \
+    --spring.datasource.url=jdbc:h2:file:./depli \
+    --spring.jpa.hibernate.ddl-auto=create \
+    --spring.datasource.initialize=true
+Above will create a data source, a h2 database named as depli, which will be used by default.
+
+### Running depli as a background process
+In unix environments simply use `nohup`,
+
+    nohup java -jar depli-*.jar &amp;amp;
+For Windows environments use,
+
+    javaw -jar depli-VERSION.jar
+
+## Development
+Depli is built using **spring-boot**, **AngularJs**, **Angular material** and **Angular-chart.js** as a single page application.
+Supports JDK version 7 or later versions. Frontend assets are added as **webjars**. To build the application, please follow the [depli readme](https://github.com/lpsandaruwan/depli/blob/master/README.md).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lahiru Pathirage</dc:creator><pubDate>Mon, 03 Apr 2017 08:44:20 -0000</pubDate><guid>https://sourceforge.net8826cc46e58baafb2a9cdf745767d83ec8d95105</guid></item><item><title>Home modified by Lahiru Pathirage</title><link>https://sourceforge.net/p/depli/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/depli/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
	&lt;ul class="md-users-list"&gt;
		&lt;li&gt;&lt;a href="/u/lpsandaruwan/"&gt;Lahiru Pathirage&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-58e20b6290954763d6c8e7d7" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lahiru Pathirage</dc:creator><pubDate>Mon, 03 Apr 2017 08:44:20 -0000</pubDate><guid>https://sourceforge.net413d06f1b188dbff423443ae175f06d953182aec</guid></item></channel></rss>