- Notifications
You must be signed in to change notification settings - Fork10
A localhost Web OS For Web Apps
License
LobbyOS/lobby
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The default branch isdev
which means, most stuff are in development mode and can't be guaranteed to work.
The current stable version of Lobby.
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 fromhere
- The git repo has apps along withledit that is in development. No guarantee that it will work.
- The docs are not complete and I will be glad if you help. :-)
- Documentation
- "How To Create An App" Tutorials
- Submit More Innovative Apps to Lobby Store
Modify
lobby.json
Remove logs, apps exceptledit
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 incontents/update/removeFiles.php
Change Lobby server inside
includes/config.php
Zip the folder
New page inlobby/version-0-
- 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
About
A localhost Web OS For Web Apps