Drupal One-Click Installation

Set up your new website powered by Drupal with Evoxt with only a single click using our One-Click Installation Script.

Drupal is a free and open-source web content management framework written in PHP. Drupal powers at least 13% of the top 10,000 websites worldwide, from personal blogs to corporate, political, and government sites, with its initial release on January 15, 2001. With over 20 years of history, Drupal continues to be a robust platform.

Instruction

Check your email for your VM details. Your VM details are sent to your email inbox. Check your junk/spam mail just in case. Did not receive it? Contact us.

Installation

It might take some extra time for the system to set up a Drupal site. Once ready, navigate to YOUR_VM_IP to start the Drupal installation. You will see the installer fully loaded and ready to be set up.

Choose a language and click Save and continue.

Choose a profile:

Standard - Install with commonly used features pre-configured. Minimal - Build a custom site without pre-configured functionality. Suitable for advanced users. Demo: Umami Food Magazine (Experimental) - Install an example site showcasing Drupal’s capabilities.

Configure the database:

To configure the database, use the following command line:

mysql -uroot -p'DATABASE_PASSWORD' -e "CREATE DATABASE IF NOT EXISTS drupal; GRANT ALL ON drupal.* TO 'root'@'localhost'; FLUSH PRIVILEGES"
[root@TEST ~]# mysql -uroot -p'ZmM1MGU5ZWFmNzJlMmNkYm' -e "CREATE DATABASE IF NOT EXISTS drupal; GRANT ALL ON drupal.* TO 'root'@'localhost'; FLUSH PRIVILEGES"
mysql: [Warning] Using a password on the command line interface can be insecure.
[root@TEST ~]#

You can get your database password using this command on SSH:

cat /var/log/mysqld.log
[root@TEST ~]# cat /var/log/mysqld.log
ZmM1MGU5ZWFmNzJlMmNkYm
[root@TEST ~]#

Head to the database configuration page and enter:

  • Database Name: drupal

  • Database Username: root

  • Database Password: Your DATABASE_PASSWORD (e.g., f4lcitFNe&,M)

Wait a few seconds for the installation to complete.

Enter your desired website details and click Save and continue to complete the installation.

To fix the yellow notice, run these two lines of code to remove write permission:

chmod -R 755 /var/www/html/sites/default
chmod 444 /var/www/html/sites/default/default.settings.php settings.php

The installation is completed.

Don't forget to configure your domain name and point your domain to your VM IP. If you are unsure how to point your domain DNS, check our guide here: https://evoxt.com/guides/how-to-point-a-domain-to-your-vm/

Some Extra Information

With Evoxt's One-Click Install, phpMyAdmin is preinstalled for easy database management. To access phpMyAdmin, navigate to:

YOUR_VM_IP/phpMyAdmin

The login username is root. To retrieve the password, connect to SSH and run:

cat /var/log/mysqld.log
[root@TEST ~]# cat /var/log/mysqld.log
ZmM1MGU5ZWFmNzJlMmNkYm
[root@TEST ~]#

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值