How do I uninstall Drupal from Amazon EC2 Micro Instance? - drupal

I accidentally uploaded Drupal 7 onto the Amazon EC2 user and I would like to know if there is away I can uninstall Drupal 7 so that I may add Drupal 6.30.

You can delete the sites folder from your linux machine from the path: /var/www/html.
Also, if you are looking to install any other CMS instead of drupal you can unzip it directly in the folder mentioned above. Here is a link to a good tutorial by Amazon folks on installing Wordpress: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hosting-wordpress.html

Related

Standard Wordpress installation migrate to Kubernetes bitnami/wordpress

I have stanard wordpress installation on my server with all plugins, themes and stuff. Now I want to migrate to kubernetes server where I have already installed bitnami/wordpress. I see a bit other structure of files in bitnami/Wordpress installation on kubernetes where is only wp-content and config file in main folder of wordpress.
Can I copy normal Wordpress installation to Kubernetes image bitnami/wordpress installation from image installed by helm? How will be to do it best? Should I do it like normal wordpress website or other technique and tools?
Bitnami Engineer here,
The app's files are now inside the /opt/bitnami/wordpress directory. We recently updated all our WordPress cloud solutions to have the same directory structure. However, it seems that you have a previous version of the solution deployed in the cloud our you used the Bitnami installer in your server.
The easiest way to migrate your data from your current server to the k8s deployment is by using the All in One WP Migration plugin. The plugin takes care of saving all the necessary data so you just need to recover that data in the new deployment. You won't need to copy any other file from the deployment when using this plugin.

How to install Wordpress on subdirectory of my domain using Aamazon Web Server

Hi, I am trying to install a WordPress in a subdirectory
"domain.com/wordpres". But I don't know anything about Amazon Web
Server. I tried youtube and google. but they only show that how to
install WordPress on AWS. nothing more in deep detail.
Please help me, if anyone knows how to install WordPress on a subdirectory of my domain on the AWS server, or suggest me any proper post/tutorial.
Thanks.
like say the guys, you need install wordpress normally.
First your need connect with your instance, this is a virtual server, the ssh protocol is commonly used.
I recommend read the documentation.
For linux instance: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AccessingInstances.html
For Windows instance: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/connecting_to_windows_instance.html
Second step is install your web server normally, LAMP or WAMP depending your instance, i recommend apache, mysql or MariaDB and the last version of php, but exist a lot web servers softwares for your choice. If you have not a experiencie read this: https://docs.aws.amazon.com/es_es/AWSEC2/latest/UserGuide/install-LAMP.html
Finally your need download the need version of wordpress, edit config file (wp-config.php) and run.
If you have not a experiencie read this: https://docs.aws.amazon.com/es_es/AWSEC2/latest/UserGuide/hosting-wordpress.html
Note: If you need "domain.com/wordpress" is possible with VirtualHost in apache.
Documentation: https://httpd.apache.org/docs/2.4/vhosts/examples.html

WHM and Wordpress

First of all sorry for my bad English but isnt my first language.
I own a dedicated server that uses Whm. I installed approximately 30 wordpress in accounts. Suddenly i cant upgrade wordpress via Whm for users. Error message is:
Site Software cPanel::Blogs::WordPress
This is a cPanel packaged module. (v1.04)
Website WordPress
Requires MySQL 5 or newer.
Could not prepare working directory: No such file or directory
I used also wpremote.com application but again i am not able to upgrade wordpress. How can i disable wordpress update via Whm and to update them via wordpress administration?
You need to have MySQL v5.x or higher. In WHM, search "MySQL" or under the Software list, look for "MySQL/MariaDB Upgrade". Once that page is open, select the version you need to upgrade to, hit Next, and this will guide you through the installation.
This is issue if you install wordpress using WHM or Cpanel. When you install wordpress using WHM/ Cpanel it install default plugin in your wordpress. now when you want to update wordpress version from cpanel this plugin will work as communicator between cpanel/WHM but problem is this plugin will not work if you updated your default theme.
solution simply deactivate your cpanel plugin in your wordpress plugin management and update wordpress setup from your site.

DRUPAL 6 re-install and phpmyadmin onto server

I have Drupal 6 installed on a server with phpmyadmin. I didn't do the install of both so i'm not familiar with what was done (although I have installed drupal on another website host... they already had phpmyadmin set up). Some of the files got deleted and now I'd like to completely over-hall everything. There is a core php fatal error. I'd like to re-install the phpmyadmin and drupal and for some reason when i replace the files I get locked out of phpmyadmin and I can't reinstall the Drupal.
I would greatly appreciate direction with this problem. It's a big roadblock for me and I've worked pretty hard on developing modules for this portal site.
thanks
ingrid
About PMA:
You can download the latest PhpMyAdmin version from here:
http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.0.5/phpMyAdmin-4.0.5-all-languages.zip/download#!md5!a01d5b0552f90d6cc1c848c66ca07c2f
Extract it to a new directory in your web hosting root (for example 'pma').
Now point your browser to http://mywebsite.com/pma (your website /pma) and log in with your known details.
You can now access your databases and ignore the errors/warnings for now.
Drupal:
Download the latest drupal version from http://ftp.drupal.org/files/projects/drupal-6.28.tar.gz
Extract it and copy the files over your 'old' drupal files.
You have just repaired your Drupal installation.
In case there were updates go to http://yoursite.com/?q=user and log in.
Do not do anything else until you run http://yoursite.com/update.php

drupal on cpanel

Is drupal good for building an online store?
How do I install drupal on cpanel? I don't want to use the automatic installation on cpanel, since I heard it is less customizable.
Thanks
Drupal has excellent modules for building an online store.
Use cPanel to setup FTP or SSH access, then you'll be able to upload the Drupal tar ball - detailed instructions for installing Drupal here.
Some modules for creating an online store in Drupal:
Ubercart
Commerce
They each have dependencies, that is, modules that are required in order for them to run. They are two different approaches to creating a store in Drupal, so you'd use one or the other. Make sure you read the project descriptions listed to see which fulfil your needs the best.
Drupal is indeed known as one of the most robust CMS. It is not as used as WordPress with WooCommerce installed but it is still a pretty solid choice. I personally would recommend PrestaShop
You can easily install Drupal if your hosting provider offers Softaculous in your cPanel as well
Otherwise you need to do the following:
Download Drupal from their site
Upload the archive to your cPanel account, in the Directory Root for your domain
Extract the archive from within your cPanel's File Manager
Create a MySQL User and Database, assign the User to the Database (done through MySQL Wizard)
Proceed with the installation by visiting your website
To install Drupal 8 on cPanel not using Softaculous:
Use the "MySQL Database Wizard" to create a new database
Give the database a name & create a user with all privileges
Download the .zip/.gzip file for the latest Drupal 8 package
Upload the file & unpack (Using File Manger in cPanel) to the root folder for the domain name
Change the name on the settings.php file in the sites/default folder
Run the Drupal 8 installation script from the domain root, entering the DB information
Make sure to keep the Drupal CMS & contributed modules up to date with the latest security versions in production.

Resources