Skip to content

Commit eba19e8

Browse files
committed
wip
1 parent 57b5955 commit eba19e8

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# hestiacp-nodered
2-
A plugin for Hestia Control Panel (via [hestiacp-pluginable](https://github.com/steveorevo/hestiacp-pluginable)) that enables hosting a Node-RED instance. With this plugin installed, a new Quick Installer option will appear. User accounts can host their own Node-RED instance either in the root domain or as a subfolder installation. For instance, it is possible to run WordPress in the root domain while having Node-RED installed on the same domain in a subfolder (i.e. https://example.com/nodered); a perfect setup for creating solutions using [WPN](https://github.com/steveorevo/wpn).
2+
A plugin for Hestia Control Panel (via [hestiacp-pluginable](https://github.com/virtuosoft-dev/hestiacp-pluginable)) that enables hosting a Node-RED instance. With this plugin installed, a new Quick Installer option will appear. User accounts can host their own Node-RED instance either in the root domain or as a subfolder installation. For instance, it is possible to run WordPress in the root domain while having Node-RED installed on the same domain in a subfolder (i.e. https://example.com/nodered); a perfect setup for creating solutions using [WPN](https://code.gdn/wpn).
33

44
 
55
> :warning: !!! Note: this repo is in progress; when completed, a release will appear in the release tab.
66
77
## Installation
8-
HestiaCP-NodeRED requires an Ubuntu based installation of [Hestia Control Panel](https://hestiacp.com) in addition to an installation of [HestiaCP-Pluginable](https://github.com/steveorevo/hestiacp-pluginable) *and* [HesitaCP-NodeApp](https://github.com/steveorevo/hestiacp-nodeapp) to function; please ensure that you have first installed both Pluginable and NodeApp on your Hestia Control Panel before proceeding. Switch to a root user and simply clone this project to the /usr/local/hestia/plugins folder. It should appear as a subfolder with the name `nodered`, i.e. `/usr/local/hestia/plugins/nodered`.
8+
HestiaCP-NodeRED requires an Ubuntu based installation of [Hestia Control Panel](https://hestiacp.com) in addition to an installation of [HestiaCP-Pluginable](https://github.com/virtuosoft-dev/hestiacp-pluginable) *and* [HesitaCP-NodeApp](https://github.com/virtuosoft-dev/hcpp-nodeapp) to function; please ensure that you have first installed both Pluginable and NodeApp on your Hestia Control Panel before proceeding. Switch to a root user and simply clone this project to the /usr/local/hestia/plugins folder. It should appear as a subfolder with the name `nodered`, i.e. `/usr/local/hestia/plugins/nodered`.
99

1010
First, switch to root user:
1111
```
@@ -16,7 +16,7 @@ Then simply clone the repo to your plugins folder, with the name `nodered`:
1616

1717
```
1818
cd /usr/local/hestia/plugins
19-
git clone https://github.com/steveorevo/hestiacp-nodered nodered
19+
git clone https://github.com/virtuosoft-dev/hestiacp-nodered nodered
2020
```
2121

2222
Note: It is important that the destination plugin folder name is `nodered`.
@@ -28,3 +28,20 @@ sudo -s
2828
cd /usr/local/hestia/plugins/nodered
2929
./install
3030
```
31+
32+
## Support the creator
33+
You can help this author's open source development endeavors by donating any amount to Stephen J. Carnam @ Virtuosoft. Your donation, no matter how large or small helps pay for essential time and resources to create MIT and GPL licensed projects that you and the world can benefit from. Click the link below to donate today :)
34+
<div>
35+
36+
37+
[<kbd> <br> Donate to this Project <br> </kbd>][KBD]
38+
39+
40+
</div>
41+
42+
43+
<!---------------------------------------------------------------------------->
44+
45+
[KBD]: https://virtuosoft.com/donate
46+
47+
https://virtuosoft.com/donate

0 commit comments

Comments
 (0)