Author Topic: [module] Wordpress Installer / Uninstaller  (Read 48390 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
[module] Wordpress Installer / Uninstaller
« on: June 23, 2017, 03:25:27 PM »
I just made a new module. Since I create a lot of Wordpress Website, and it is very painful for me to install wordpress manually, I decide to create custom cwp module for Installing Wordpress.

https://github.com/yokowasis/cwp-wp-installer

This is also my first project on GITHUB. Feel free to contribute.
I am planning to add other cms / apps in the future, but for now, I will stick to Wordpress, because I am only familiar with wordpress. It would be great if you guys can contribute and add another CMS / APPS, such as Joomla, Drupal, etc.
« Last Edit: June 23, 2017, 03:40:01 PM by yokowasis »

Offline
*
Re: Wordpress Installer / Uninstaller
« Reply #1 on: June 23, 2017, 03:28:19 PM »
I tested this on CWP7, Openvz Centos 7 64bit.

Offline
***
Re: [module] Wordpress Installer / Uninstaller
« Reply #2 on: June 29, 2017, 03:06:02 PM »
Great job! Really great job! Just tested it on CentOS 6.9 (Final) and works. There are few errors which needs to be fixed, but it works. For example instead of using unset($result) which is giving error, use $result = null; and later put something in that var.
Needs a bit fixing, because it`s not showing anything after you install a Wordpress, but everything else is ok. Once again - Great Job!
UNIX is a very simple OS, but you have to be a GENIUS to understand it ...

Offline
*
Re: [module] Wordpress Installer / Uninstaller
« Reply #3 on: June 30, 2017, 03:20:58 AM »
Great job! Really great job! Just tested it on CentOS 6.9 (Final) and works. There are few errors which needs to be fixed, but it works. For example instead of using unset($result) which is giving error, use $result = null; and later put something in that var.
Needs a bit fixing, because it`s not showing anything after you install a Wordpress, but everything else is ok. Once again - Great Job!

Thanks. Let me know if you found any error / bug. Regarding not showing anything, after installing a wordpress, it will show a table which list the installation.


In there you can delete the installation or go to phpmyadmin.

Offline
*
Re: [module] Wordpress Installer / Uninstaller
« Reply #4 on: June 30, 2017, 03:23:53 AM »
I want to add other app scripts, but the dev said, there is a big update coming up. I should wait for the update, because it is very likely it will break after the update.

Offline
***
Re: [module] Wordpress Installer / Uninstaller
« Reply #5 on: June 30, 2017, 06:07:11 AM »
It`s working. Just it`s not  showing the instalations.
Error showing the installations <- Image
Wordpress Blog is there and working <- Image
It`s not a big problem. Just mention it to know.
UNIX is a very simple OS, but you have to be a GENIUS to understand it ...

Offline
*
Re: [module] Wordpress Installer / Uninstaller
« Reply #6 on: June 30, 2017, 06:10:22 AM »
It`s working. Just it`s not  showing the instalations.
Error showing the installations <- Image
Wordpress Blog is there and working <- Image
It`s not a big problem. Just mention it to know.

remove database cwp_installer. update the script. It should show installation now.

Offline
***
Re: [module] Wordpress Installer / Uninstaller
« Reply #7 on: June 30, 2017, 08:21:02 PM »
Sorry, I didn`t had time to check it earlier, but now I check it and it works perfect. Good job!
UNIX is a very simple OS, but you have to be a GENIUS to understand it ...

Offline
*
Re: [module] Wordpress Installer / Uninstaller
« Reply #8 on: July 01, 2017, 01:39:14 AM »
Cool  ;)

Offline
*
Re: [module] Wordpress Installer / Uninstaller
« Reply #9 on: July 14, 2017, 07:08:25 PM »
is anybody really using this module ? when there is no feedback, the product is either perfect or nobody using it.

Offline
***
Re: [module] Wordpress Installer / Uninstaller
« Reply #10 on: July 15, 2017, 08:41:58 PM »
I use it. Up to now I have no problems with it. If there`s something I`ll let you know.
UNIX is a very simple OS, but you have to be a GENIUS to understand it ...

Offline
*
Re: [module] Wordpress Installer / Uninstaller
« Reply #11 on: July 17, 2017, 11:58:55 AM »
Hi thanks for the contribution.I have just installed it on my server and checked on client panel thankfully glorious thanks.

Offline
*
Re: [module] Wordpress Installer / Uninstaller
« Reply #12 on: July 21, 2017, 03:54:53 AM »
Hi thanks for the contribution.I have just installed it on my server and checked on client panel thankfully glorious thanks.

Great, Glad it is useful

Offline
**
Re: [module] Wordpress Installer / Uninstaller
« Reply #13 on: September 06, 2017, 06:17:24 AM »
Were can I find the installed module in panel? Link, anything?

You can access the module from Other Menu in CWP Menu - ???

Added correct permissions, restarted cwp, cant see it....  ::)


Offline
*
Re: [module] Wordpress Installer / Uninstaller
« Reply #14 on: September 06, 2017, 06:49:07 AM »
It's only shown on user. Not admin. And you don't need to restart anything.