Skip to content

Releases: der3318/social-light

20211231

31 Dec 11:48
Compare
Choose a tag to compare
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

20210306

06 Mar 14:31
Compare
Choose a tag to compare
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