Code Monkey home page Code Monkey logo

web-os's Introduction

Web-OS Dep Status app veyor Build status Dependency Status devDependency Status Inline docs

A brand new way to manage your web-apps: recovery, backup, managment and more.

NOTICE: All development happens on the a1 branch. Please look at that branch instead.

What is Web-OS?

Web-OS is a nodejs based system for managing your web-app(s). Features include:

  • Easy management for ports, scripts, web-app config, apps, login, databases, mobile apps and servers and more. You can do this all from the Web-OS in-app dashboard or the Web-OS online access portal (to be developed).

  • Easy recovery tools. These include rollback (for those little errors you Web-app has), reset (In case you need to wipe your Web-app's data (databases, file .etc), or remove the current config), web-terminal (For running commands) and refresh (In case you accidentally remove a important file, replace it without using rollback.)

  • Easy deployment. Simply select your hosting provider, provide an address and command to run and Web-OS will deploy your web-app if it runs successfully. In addition, add a Github Repo/Git repo/Service to host your open-source code (like we are doing, on GitHub).

  • Easy migration of existing web-apps (coming soon). Simply download the wizard to migrate your web-app in Web-OS.

  • Free online portal (coming soon). No need to log into your web-app via the web-app its self, use the secure Web-OS online portal for management.

Start developing

Simply clone or fork this branch (the a1 branch) and start developing.

Setup:

Make sure you have nodejs and npm installed.

  1. git clone https://github.com/Gum-Joe/Web-OS.git -b a1

  2. npm install -g bower mocha less coffee-script nodemon,

  3. npm install,

  4. bower install,

  5. export NODE_ENV="dev" (or set NODE_ENV="dev" in windows - this is important or the whole thing will be backed up and you will end up with lots of files.)

  6. npm start

How does our branching system work?

First, a new branch, called a1 (alpha 1), is created off the master. This is the the first stage of development, which has the most bugs and is not ready for release. Secondly, we make a new branch called b1 (beta 1) . This is where all of the fixing and adding of extra features goes on in addition to community testing and contributing (you can also test and contribute to the alpha branch). To add to this, two new branches, alpha-master (for previous alpha branches merged into the beta branches) and beta-master (for previous beta branches merged into the master branch), are created. When ready, the a1 branch is merged into alpha-master and b1. Finally, when b1 is ready, it is merged into beta-master and master. So it is basically ax is merged into alpha-master, then bx is merged into beta-master and master when ready.

Here's an image of it: branches

web-os's People

Contributors

gum-joe avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.