From d2a6fd48b8a4c45cbc3a0ae313aacd9d9b4e0dcb Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Fri, 21 Mar 2014 23:22:39 +0100 Subject: [PATCH] [New] Added development and download pages --- .gitignore | 1 + www.strolch.li/css/custom.css | 2 +- www.strolch.li/development.html | 93 +++++++ www.strolch.li/downloads.html | 165 ++++++++++++ www.strolch.li/index.html | 446 ++++++++++++++++---------------- www.strolch.li/style.css | 14 + www.strolch.li/template.html | 68 +++++ 7 files changed, 559 insertions(+), 230 deletions(-) create mode 100644 www.strolch.li/development.html create mode 100644 www.strolch.li/downloads.html create mode 100644 www.strolch.li/style.css create mode 100644 www.strolch.li/template.html diff --git a/.gitignore b/.gitignore index 650751b26..716c6d4c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /.settings /.project +*/.idea* \ No newline at end of file diff --git a/www.strolch.li/css/custom.css b/www.strolch.li/css/custom.css index fd0e14221..b021c9a91 100644 --- a/www.strolch.li/css/custom.css +++ b/www.strolch.li/css/custom.css @@ -2,5 +2,5 @@ body { padding-top: 50px; } .content { - padding: 40px 15px; + padding: 0px 2em 3em; } diff --git a/www.strolch.li/development.html b/www.strolch.li/development.html new file mode 100644 index 000000000..44e4f9a5e --- /dev/null +++ b/www.strolch.li/development.html @@ -0,0 +1,93 @@ + + + + + + + + + + + + Strolch: Development + + + + + + + + + + + + + + + + +
+ +
+

Development

+

This page describes how to setup the development environment.

+ +

Prerequisites

+ To start developing Strolch you need: +
    +
  • Java JDK 7
  • +
  • Maven 3
  • +
+ +

Getting Started

+

Setting up Strolch is just a few lines:

+
+mkdir strolch
+cd strolch
+git clone https://github.com/eitchnet/li.strolch.dev.git
+cd li.strolch.dev
+./bootstrap_https.sh
+mvn clean package -DskipTests=true
+ +

Note: If you want to run the tests, then either install a PostgreSQL DB and configure the users as is required by the project, or remove the project from the li.strolch.dev module build, otherwise the build will fail =))

+ +

After running the Maven build, you will have a full build of all Strolch projects. Now you can start modifying the projects, and add your own features, or, far more interesting, start developing your projects using the Strolch agent.

+ +

To use Strolch in your own projects, look at the two tutorial apps on how they are configured. You can also simply copy the projects, modify the Maven POMs and remove what ever you do not need.

+ +

Happy coding =))

+ + + +
+ + + +
+ + + + + + + diff --git a/www.strolch.li/downloads.html b/www.strolch.li/downloads.html new file mode 100644 index 000000000..cc937c347 --- /dev/null +++ b/www.strolch.li/downloads.html @@ -0,0 +1,165 @@ + + + + + + + + + + + + Strolch: Downloads + + + + + + + + + + + + + + + + + +
+ +
+

Downloads

+

This page contains links to the latest Strolch downloads

+ +

Releases

+ + + +

Latest: Snapshot

+

Strolch Snapshot Bundle

+
+
+ eitchnet libraries: + +
+ +
+ Strolch Core: + +
+
+ +
+
+ Strolch Components: + +
+ +
+ Strolch tutorial/demo apps: + +
+
+ +
+

Moose Image

+ +

Moose is a software analysis tool written in Pharo. To be able to analyze Strolch we provide an MSE and Moose Image to use with the Pharo VM

+ +

Latest Strolch Snapshot MSE

+

Strolch Moose Image

+
+
+ + + +
+ + + +
+ + + + + + + diff --git a/www.strolch.li/index.html b/www.strolch.li/index.html index c95935525..eb32ab9c3 100644 --- a/www.strolch.li/index.html +++ b/www.strolch.li/index.html @@ -1,147 +1,149 @@ - - - - - - - - + + + + + + + + - Starter Template for Bootstrap + Starter Template for Bootstrap - - + + - - + + - - + + - - + + - -