Skip to content

LobbyOS/lobby

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