Skip to content

20211231

Latest
Compare
Choose a tag to compare
@der3318 der3318 released this 31 Dec 11:48
· 1 commit to master since this release
Step Content
# 1 install JRE 8+
# 2 download zipped JAR and config files from release
# 3 $ java -jar social-light.jar port.http=[PORT] admin.token=[TOKEN] to start the server
# 4 check http://[IP]:[PORT]/admin?token=[TOKEN] for the admin dashboard
# 5 use APIs under http://[IP]:[PORT]/api/v1/... to develop your own application