An open API service indexing awesome lists of open source software.

https://github.com/ulbora/ulboracms-installer

Installer and updater for Ulbora CMS that uses npm. This installer and updater is built from the Ulbora uins project.
https://github.com/ulbora/ulboracms-installer

Last synced: about 1 month ago
JSON representation

Installer and updater for Ulbora CMS that uses npm. This installer and updater is built from the Ulbora uins project.

Awesome Lists containing this project

README

        

###Installer for Ulbora CMS.
##Please Note:
The easiest way to get Ulbora CMS is to use Docker: https://hub.docker.com/r/ulboralabs/ulboracms/

This installer is available through npm.

This is a CLI tool that makes installing and updating Ulbora CMS very easy.

License: GPLv3

##How to install:

* install: npm install ulboracms-installer -g

##How to use:

* For install type: ulboracms-installer install appname ver=2.0(optional) path=/somePath(optional)
* Version defaults to the latest version
* Path defaults to:
* Linux: /var/www-node
* Windows: c:\nodeapps

* For update ulboracms type: ulboracms-installer update appname ver=2.0(optional) path=/somePath(optional)

* For help: ulboracms-installer -h or ulboracms-installer --help