Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 378 Bytes

installation_generic.md

File metadata and controls

23 lines (15 loc) · 378 Bytes

Installation on Linux or Mac OS

Its very easy!

Requirements

  • install git, jdk 7 and ant

Download

  • git clone https://github.com/loklak/loklak_server.git
  • cd loklak_server

Build

  • ant (just this, type "ant" - without quotes - and hit enter)

Run

  • bin/start.sh

Operate

  • open http://localhost:9000 in your browser

Shut down

  • bin/stop.sh