How To Install Open Source Social Network

Installation
Get your own social network running in no time.

Prerequisite

  • PHP version 8.x
  • MYSQL 8 OR >
  • APACHE
  • MOD_REWRITE
  • PHP Extensions cURL should be enabled
  • PHP GD Extension
  • PHP ZIP Extension
  • PHP settings allowurlfopen enabled
  • PHP JSON Support
  • PHP XML Support Extension
  • PHP MBSTRING, PDO_MYSQLI, MYSQLI Extension
  • PHP OpenSSL Extension
  • In case of your own server:

    • 1GB RAM
    • 10GB Disk , More disk more data can be stored.
    • 1v CPU
    • Should be Ubuntu Server x64 bits.

Upload OSSN
* Download the latest version of OSSN http://www.opensource-socialnetwork.org/download
* Upload the ZIP file with an FTP client to your server
* Unzip the files in your domain’s document root (/home/username/public_html/).

Create a data folder
OSSN needs a special folder to store uploaded files including profile icons and photos. You will need to create this directory.
For security reasons, this folder MUST be stored outside of your document root. If you created it under /www/ or /public_html/, you’re
doing it wrong. Once this folder has been created, you’ll need to make sure the web server OSSN is running on has permission to write to and create directories in it.

Create a MySQL database
Using your database administration tool of choice (if you’re unsure about this, ask your system administrator), create a new MySQL database for OSSN.

Make sure you add a user to the database with all privileges and record the database name, username and password. You will need this information when installing OSSN.

Visit your site
Once you’ve performed these steps, visit your site in your web browser. OSSN will take you through the rest of the installation process from there. The first account that you create at the end of the installation process will be an administrator account.