Skip to content

LobbyOS/lobby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

854cb42 Â· Feb 26, 2017
Sep 11, 2016
Dec 28, 2016
Dec 24, 2016
Dec 26, 2016
Dec 4, 2016
Oct 12, 2016
Oct 8, 2016
Aug 27, 2016
Dec 27, 2016
Feb 1, 2016
Aug 28, 2016
Feb 26, 2017
Feb 29, 2016
Dec 5, 2015
Jul 23, 2016
Feb 13, 2016
Dec 26, 2016
Sep 11, 2016

Repository files navigation

Lobby

Join the chat at https://gitter.im/subins2000/lobby Build Status

The default branch is dev which means, most stuff are in development mode and can't be guaranteed to work.

Learn More here

Download & Install

Documentation

API Documentation

Branches

master

The current stable version of Lobby.

dev

The latest developments are in this branch.

WARNING (Unstable) - This repo is for testing and may contain additional components (apps, themes etc.) that are under testing and does not represent the downloadable version of Lobby. You can get the stable version from here

Some things to note

  • The git repo has apps along with ledit that is in development. No guarantee that it will work.
  • The docs are not complete and I will be glad if you help. :-)

To Do

  • Documentation
  • "How To Create An App" Tutorials
  • Submit More Innovative Apps to Lobby Store

How To Do A New Release

  • Modify lobby.json

  • Remove logs, apps except ledit

  • Get the list of files removed :

    git diff --name-status master dev > removeFiles.txt

    You can get the hashes from git log too.

    Then replace contents of removeFiles.txt :

    [M|A|T]	(.*?)\n  ->  ""
    D	  ->  ""

    Extract only deleted files D <file> and paste it in contents/update/removeFiles.php

  • Change Lobby server inside includes/config.php

  • Zip the folder

Blog

New page in lobby/version-0-

Server

  • Update version, release notes, blog post URL in App.php of lobby-server app
  • Add download url in api.php in src/Page of lobby-server app