PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Subin Siby   Lobby   README.md   Download  
File: README.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Lobby
Web OS to install and run Web applications
Author: By
Last change: Lobby 1.0 Cobra
Date: 7 years ago
Size: 2,095 bytes
 

Contents

Class file image Download

Lobby

Join the chat at https://gitter.im/subins2000/lobby Build Status <img src="https://upload.wikimedia.org/wikipedia/commons/0/06/Facebook.svg" width="80">

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

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