This is a backup clone of : https://github.com/badcodeltd/safecms
Safe CMS is a content management system for the SAFE Network
Features include (but are not limited to) the creation of:
By default, the template Whisper
comes with a "Built with SafeCMS" advert button pointing to the safe://blog.safecms at the bottom of each page. This advert is designed to inform people about the Safe CMS project but is optional.
Removing the advert can be done by disabling the feature on the settings page of the application or removing the HTML from the Whisper
template. After this, your template must be re-published to all effected services.
Download the latest release here: https://github.com/badcodeltd/safecms/releases
Windows
: Run safe-cms.exe
within the unzipped directoryLinux
: Run chmod a+x safe-cms
within the unzipped directory to allow it to be executed, then run ./safe-cms
to start the applicationMac
: A build of the Mac application will be included with the 1.0.0
release and these instructions will be updatedAfter cloning the repository and running npm install
, the following commands will become available:
npm run start
- Run a local version of the SAFE CMSnpm package
- Build an installable version of the app for the current operating system / architectureDeveloping for / building the application from scratch requires Python (2)
, NPM 5
and Node 8+
. Building the SAFE toolset (for example, mock routing) requires Cargo
, more information can be found here: https://github.com/maidsafe/safe_app_nodejs
The source code included is licensed using the MIT license (check the LICENSE file for more information). All contributions will also be bound by that same license unless explicitly stated by the copyright holder.
To contribute code, simple create a pull-request aimed at the master
branch of this repository.