Author: Admin

You can now use chatGPT to assist you with code generation in the page builder

Or in the content editor with copyrighting, translation or code generation for posts, pages or products

To install Vvveb download the zip from vvveb.com

  • Unpack the zip and upload the contents to your server, you can use FTP or Cpanel
  • Create a new database in Mysql (MariaDb) you can do this from PhpMyadmin or from your hosting Cpanel admin, skip this step for Sqlite.
  • Optional, only for manual configuration. configure apache or nginx webserver, skip this step for xampp, shared hosting or cpanel.
  • Open the address of your website (eg: localhost) and the installation wizard will show

You can also install with Docker

Step 1 - Database configuration

Enter database details created on previous step Vvveb Install Screen Database

Step 2 - User and Site Information

Enter your email and password that you will use to login to your website. Vvveb Install Screen Admin Info

Secure install

For best security it's recommended to set your web server (apache/nginx/lightspeed) document root to /vvveb/public/ folder instead of default /vvveb/ root folder.

In this way only one php file index.php is exposed to the public minimizing the surface attack area and keeping plugin files away from public access thus avoiding potential plugin vulnerabilities.

To prevent brute force attacks for your admin login page it is recommended to change the default admin login path to a random text, this option works only if document root is set to public.

CLI

To install from command line run cli.php from root folder with correct arguments

php cli.php install module=index host=127.0.0.1 user=root password= database=vvveb admin[email]=admin@vvveb.com admin[password]=123456

How to install with xampp/wampp

If you don't want to manually install and configure apache/nginx and php with mysql you can use Xampp or Wampp
You can also find nginx.conf for nginx and .htaccess for apache in the root folder if you configure your webserver manually.