Open Source Social Network

Open Source Social Network
Open Source Social Network
by OpenTeknik

Version 9.4

OS Ubuntu 24.04 (LTS)

Blogs and Forums

Description

Software Included

Package
OSSN
Version
Package
MySQL server
Version
Package
PHP
Version

Getting started after deploying Open Source Social Network

API Creation

In addition to creating a Droplet from the Open Source Social Network 1-Click App via the control panel, you can also use the DigitalOcean API.

As an example, to create a 4GB Open Source Social NetworkDroplet in the NYC3 region, you can use the following curl command. You'll need to either save your API access token to an environment variable or substitute it into the command below.


  curl -X POST -H 'Content-Type: application/json' \
       -H 'Authorization: Bearer '$TOKEN'' -d \
      '{"name":"choose_a_name","region":"nyc3","size":"s-2vcpu-4gb","image":"softlab24-opensourcesocial-18-04"}' \
      "https://api.digitalocean.com/v2/droplets"