Giter Site home page Giter Site logo

dhs17y1ichinlexuancaylee / open Goto Github PK

View Code? Open in Web Editor NEW

This project forked from subins2000/open

0.0 0.0 0.0 8.88 MB

An Open Source Social Network

Home Page: http://open.subinsb.com

License: GNU General Public License v3.0

CSS 17.10% PHP 52.94% JavaScript 28.00% HTML 1.97%

open's Introduction

Open

An Open Source Social Network. Available @ http://open.subinsb.com Feel free to contribute and please report bugs if you find any.

If you need help, documentation and other info about Open, please see our blog : http://open.subinsb.com/blog

Note that the blog folder is not included in source code. The blog is ran using Wordpress.

The folder "cron" contains the CRON job files. Open the .php file in "cron" folder for more details.

Run On Localhost

Here is a simple tutorial on how to run Open on a Linux Apache Web Server.

  1. Install Git by Running the following commands
sudo apt-get update && sudo apt-get install git
  1. CD (Change Directory) to the Apache directory by running
cd /var/www/

in Apache Server versions 2.5 and above, the folder is /var/www/html instead of /var/www

  1. Now do this to pull the source code from GitHub to the folder "open" in /var/www
git clone https://github.com/subins2000/open.git open
Now open's files will be in the `/var/www/open` directory
  1. Using Replacing Softwares like (http://regexxer.sourceforge.net/)[regexxer], replace the string open.subinsb.com with localhost/open on the directory where you cloned the open repository. Also, there might be URL strings like open\.subinsb\.com in certain files which won't be covered with this replacing. An example is cdn/js/main.js file on open.externalLinks function.

  2. Create a MySQL database named "open"

  3. Execute The SQL Code in the file tables.sql

  4. Open file config.php of Open root directory and set the Database credentials.

  5. Go To http://localhost/open to see Open live in action

Libraries used In Open

jQuery

The @Mentions have been implemented on Open by using jQuery sMention Plugin

PHP OAuth Class. Thanks Manuel Lemos.

Resize image class

Debug

Pass "?show_errors=1" with the URL to see the errors, warnings omitted by PHP. Example : http://open.subinsb.com/?show_errors=1

open's People

Contributors

subins2000 avatar anandubajith avatar jovels2000 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.