ctl/laz

Open Source social network made simple

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 0

Language:JavaScript

Type:project

v2.0-ALPHA-1 2015-09-28 15:11 UTC

This package is not auto-updated.

Last update: 2024-04-13 18:02:43 UTC


README

LAZ - Open Source Social Network Made Simple.

Build Status Coverage Status

About LAZ

LAZ is a open source social network that uses the expressive and easy to use Laravel Framework to easily build "social network like" features such as:

It is ready for initial production use but was made in mind to be flexible for developers and web masters to a add features specific to their target audience.

Installation

Prerequisites

We recommend using Corebox which was used in the development and QA stages of this application. If you choose to use another Virtual Machine check for the following:

Prerequisites Command To check
Apache or Nginx apache2 -v nginx -v
PHP 5.5.9 or 7.0 php -v
MySQL 5.6 mysql -u root -p
Redis Server redis-server
Node.js npm -v

Quick Setup

  • Download git clone https://github.com/Core-Tech-Labs/LAZ OR composer require ctl\laz

  • cd LAZ

  • mv .env.example .env (Add values based on your settings)

  • vagrant up

  • vagrant ssh

** Before migrating database you would need to configure your mysql server and the database.php via the .env file **

  • php artisan migrate

Contributing

Read Contribution Wiki for an extensive run down.

License

LAZ is published under the Eclipse Public License v 1.0