Skip to content

zyyettie/LaaS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaaS - Log as a Service

Powerful log analysis platform.

Prerequisites

Maven build from Source

   $ git clone https://github.com/zyyettie/LaaS.git
   $ mvn clean install

Development Environment

Intellij IDEA
   $ mvn clean install
   $ mvn idea:idea
Eclipse
   $ mvn clean install
   $ mvn eclipse:eclipse -DdownloadSource=true

Detailed steps

  1. Register github account and request to join the code contributor list

  2. In \conf

Open settings.xml

Add

<proxy>
  <id>https</id>
  <active>true</active>
  <protocol>https</protocol>
  <username></username>
  <password></password>
  <host><proxy host></host>
  <port>8080</port>
  <nonProxyHosts>localhost</nonProxyHosts>
</proxy>
<proxy>
  <id>http</id>
  <active>true</active>
  <protocol>http</protocol>
  <username></username>
  <password></password>
  <host><proxy host></host>
  <port>8080</port>
  <nonProxyHosts>localhost</nonProxyHosts>
</proxy>
  1. In C:\Users<NT account>\
  1. Remove .m2\settings.xml

  2. Create .gitconfig [http] proxy = https://:8080 [https] proxy = https://:8080 [user] name = email =

  1. In C:\git_root $ git clone https://github.com/zyyettie/LaaS.git

  2. In C:\git_root\LaaS $ mvn clean install $ mvn idea:idea

  3. idea.exe.vmoptions or idea64.exe.vmoptions -Xms512m -Xmx1024m

  4. IDEA (better idea64.exe)

  1. File > Setting

Quickly search "github", click Version Control > GitHub Host: github.com Login: Password: ******

Click Test button

  1. File > Setting

Quickly search "encoding", click File Encodings IDE Encoding: UTF-8 Project Encoding: UTF-8

  1. File > Project Structure

New 1.7 (java version "1.7.0_45") Project SDK

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published