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.
- Host: GitHub
- URL: https://github.com/ulbora/ulboracms-installer
- Owner: Ulbora
- License: gpl-3.0
- Created: 2014-12-24T23:56:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-02T16:15:09.000Z (about 9 years ago)
- Last Synced: 2025-01-26T13:22:00.625Z (3 months ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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