Skip to content

Commit c837719

Browse files
authored
Update README.md
1 parent aac9ead commit c837719

1 file changed

Lines changed: 21 additions & 3 deletions

File tree

README.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# hestiacp-ghost
1+
# hcpp-ghost
22
A plugin for Hestia Control Panel (via hestiacp-pluginable) that enables hosting a Ghost instance. With this plugin installed, a new Quick Installer option will appear. User accounts can host their own Ghost instance either in the root domain or as a subfolder installation. For instance, it is possible to run Ghost in the root domain while having NodeBB installed on the same domain in a subfolder (i.e. https://example.com/nodebb-forum) or vice versa.
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-Ghost 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 `ghost`, i.e. `/usr/local/hestia/plugins/ghost`.
8+
HCPP-Ghost 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* [HCPP-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 `ghost`, i.e. `/usr/local/hestia/plugins/ghost`.
99

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

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

2222
Note: It is important that the destination plugin folder name is `ghost`.
@@ -27,4 +27,22 @@ Be sure to logout and login again to your Hestia Control Panel as the admin user
2727
sudo -s
2828
cd /usr/local/hestia/plugins/ghost
2929
./install
30+
touch "/usr/local/hestia/data/hcpp/installed/ghost"
3031
```
32+
33+
## Support the creator
34+
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 :)
35+
<div>
36+
37+
38+
[<kbd> <br> Donate to this Project <br> </kbd>][KBD]
39+
40+
41+
</div>
42+
43+
44+
<!---------------------------------------------------------------------------->
45+
46+
[KBD]: https://virtuosoft.com/donate
47+
48+
https://virtuosoft.com/donate

0 commit comments

Comments
 (0)