Releases: der3318/social-light
Releases · der3318/social-light
20211231
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
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 |