WorkplaceX.org
Boost your Business App
An open source document management platform developed and released by WorkplaceX. Any company and organization can use this product to manage it's web content.
Pages, navigation and content is highly structured and organized in a spread sheet like manner.
Application Doc (CMS) is used for the web site:
The application can be downloaded from: https://github.com/WorkplaceX/ApplicationDoc
All content changes like adding new pages, images or modifying text is stored in SQL database. Content data is stored nowhere else. A backup of the database is suffice.
Additionally WorkplaceX allows to read data back from database and put it into C# code. From there you can close the cycle, and push content changes back to your git repository. Now the application can be deployed und updated to any other database. This suits most development processes.
Following video shows how to read content changes back from DEV database. Push changes to git. And update a TEST database with the new content.
Provide feedback to this page if you have any question regarding content or something should get updated.