Installation
Get your own social network running in no time.
Prerequisite
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.