### Start Testing Hypernode Source: https://docs.hypernode.com/getting-started/how-to-order The final step in the getting started guide: starting testing on your Hypernode. ```bash Step 8 – Start testing ``` -------------------------------- ### Install Akeneo 5 Manually via Command Line Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started This guide provides the command-line steps for a manual installation of Akeneo version 5. It covers downloading the application, setting up the database, and configuring the environment. ```bash Download and Install Akeneo 5 Manually Using the Command Line ``` -------------------------------- ### Install Akeneo 3 via Command Line Source: https://docs.hypernode.com/getting-started/how-to-order This section details the steps to install Akeneo version 3 using the command line. It assumes a pre-installation setup is available. ```bash Install Akeneo 3 Using the Command Line ``` -------------------------------- ### Example Install Hook Source: https://docs.hypernode.com/getting-started/how-to-order An example of an install hook script that can be used within the Hypernode environment for custom installation procedures. ```shell #!/bin/bash # Example install hook script echo "Running custom install hook..." # Add your custom commands here ``` -------------------------------- ### Install Shopware 6 via Pre-install Source: https://docs.hypernode.com/getting-started/how-to-order Details on how to install Shopware 6 using the pre-install script provided by Hypernode. This simplifies the installation process by automating many of the setup steps. ```bash Download and Install Shopware 6 Using the Pre-install ``` -------------------------------- ### Install Akeneo 5 via Pre-install Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started This guide details the pre-installation process for Akeneo version 5, providing a streamlined way to deploy the application on Hypernode. ```bash Download and Install Akeneo 5 Using the Pre-install ``` -------------------------------- ### Shopware 6 Configuration on Hypernode Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Guides for configuring Shopware 6 applications, including production environment setup and deployment strategies on Hypernode. ```Shell # Example Shopware 6 production build command ./bin/console bundle:dump ./bin/console cache:clear ./bin/console theme:compile ./bin/console assets:install public ``` -------------------------------- ### Install Shopware 6 via Pre-install Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Details on how to install Shopware 6 using the pre-install script provided by Hypernode. This simplifies the installation process by automating many of the setup steps. ```bash Download and Install Shopware 6 Using the Pre-install ``` -------------------------------- ### Install Shopware 5 via Pre-install Source: https://docs.hypernode.com/getting-started/how-to-order Instructions for installing Shopware 5 using the pre-install script. This method streamlines the setup of Shopware 5 on the Hypernode environment. ```bash Download and Install Shopware 5 Using the Pre-install ``` -------------------------------- ### Install Shopware 5 via Pre-install Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Instructions for installing Shopware 5 using the pre-install script. This method streamlines the setup of Shopware 5 on the Hypernode environment. ```bash Download and Install Shopware 5 Using the Pre-install ``` -------------------------------- ### Shopware 6 Configuration on Hypernode Source: https://docs.hypernode.com/getting-started/how-to-order Guides for configuring Shopware 6 applications, including production environment setup and deployment strategies on Hypernode. ```Shell # Example Shopware 6 production build command ./bin/console bundle:dump ./bin/console cache:clear ./bin/console theme:compile ./bin/console assets:install public ``` -------------------------------- ### Install Akeneo 3 via Pre-install Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started This section covers the pre-installation method for Akeneo version 3, simplifying the setup process on a Hypernode. ```bash Download and Install Akeneo 3 Using the Pre-install ``` -------------------------------- ### Setup Staging Environment for Shopware (Detailed) Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started A more detailed guide for setting up a staging environment for Shopware. It includes creating a new vhost, setting the webroot, copying files, creating and populating a staging database, updating environment variables, and flushing the cache. ```bash Step One: Create a New Vhost for the Staging Environment Step Two: Set the Webroot Step Three: Copy Your Shopware Files to the Staging Directory Step Four: Create a Staging Database Step Five: Connect Your File System to the Database Step Six: Dump the Production Database and Import Into the Staging Database Step Seven: Change the SHOP_URL in /data/web/staging/.env Step Eight: Change the URL in the `sales_channel_domain` Table for Your Staging Database Step Nine: Flush the Cache Step Ten: Set the Symlink ``` -------------------------------- ### Install Akeneo 5 via Command Line Source: https://docs.hypernode.com/getting-started/how-to-order This guide outlines the manual installation process for Akeneo version 5 using the command line. Key steps include installing Yarn, downloading Akeneo, setting up a database, performing a composer update, configuring the .env file, launching Akeneo, creating an admin user, and establishing a symlink. ```bash Install the Latest Version of Yarn Download Akeneo 5 Create a Database Composer update Configure Your .env File Launch Akeneo 5 Create an Administrator User Create a Symlink ``` -------------------------------- ### Setup Subshop or Language Shop Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started This guide explains how to set up subshops or language-specific shops within a Shopware installation, allowing for multi-store or multi-language capabilities. ```bash Main Shop Subshop Language Shop How to Setup a Subshop or Language Shop ``` -------------------------------- ### Setup Staging Environment for Shopware (Detailed) Source: https://docs.hypernode.com/getting-started/how-to-order A more detailed guide for setting up a staging environment for Shopware. It includes creating a new vhost, setting the webroot, copying files, creating and populating a staging database, updating environment variables, and flushing the cache. ```bash Step One: Create a New Vhost for the Staging Environment Step Two: Set the Webroot Step Three: Copy Your Shopware Files to the Staging Directory Step Four: Create a Staging Database Step Five: Connect Your File System to the Database Step Six: Dump the Production Database and Import Into the Staging Database Step Seven: Change the SHOP_URL in /data/web/staging/.env Step Eight: Change the URL in the `sales_channel_domain` Table for Your Staging Database Step Nine: Flush the Cache Step Ten: Set the Symlink ``` -------------------------------- ### Install New Application on Hypernode Source: https://docs.hypernode.com/getting-started/how-to-order Guidance on installing a new application on your Hypernode. ```bash Step 3b – Install a new application on your Hypernode ``` -------------------------------- ### Install New Application on Hypernode Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Steps for installing a new application on your Hypernode instance. ```bash Install a new application on your Hypernode ``` -------------------------------- ### Start Testing Source: https://docs.hypernode.com/about-hypernode/about-hypernode/hypernode-and-team-blue Step 8 in the getting started process, guiding you to start testing your Hypernode setup. This involves verifying that all configurations and installations are working correctly. ```bash Step 8 – Start testing ``` -------------------------------- ### Example Install Hook Source: https://docs.hypernode.com/framework/laravel/how-to-install-laravel-on-hypernode An example of an install hook script that can be used within the Hypernode environment for custom installation procedures. ```shell #!/bin/bash # Example install hook script echo "Running custom install hook..." # Add your custom commands here ``` -------------------------------- ### Install Shopware 5 Source: https://docs.hypernode.com/getting-started/how-to-order Steps for installing Shopware 5, including downloading the latest version and completing the installation process. ```bash Download and Install the Latest version of Shopware 5 Install Shopware 5 ``` -------------------------------- ### Download Akeneo 4 with Sample Data Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Instructions for downloading Akeneo version 4 along with sample data for testing or demonstration purposes. ```bash Download Akeneo 4 with Sample Data ``` -------------------------------- ### Setup Subshop or Language Shop Source: https://docs.hypernode.com/getting-started/how-to-order This guide explains how to set up subshops or language-specific shops within a Shopware installation, allowing for multi-store or multi-language capabilities. ```bash Main Shop Subshop Language Shop How to Setup a Subshop or Language Shop ``` -------------------------------- ### Install Shopware 5 Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Steps for installing Shopware 5, including downloading the latest version and completing the installation process. ```bash Download and Install the Latest version of Shopware 5 Install Shopware 5 ``` -------------------------------- ### Install Akeneo 7 via Command Line Source: https://docs.hypernode.com/getting-started/how-to-order This documentation provides steps for manually installing Akeneo version 7 using the command line. It includes installing Yarn, downloading Akeneo, creating a database, configuring the .env file, launching Akeneo, creating a symlink, and setting up an administrator user. ```bash Install the Latest Version of Yarn Download Akeneo 7 Create a Database Configure Your .env File Launch Akeneo 7 Create a Symlink Create an Administrator User ``` -------------------------------- ### Start Testing on Hypernode Source: https://docs.hypernode.com/ecommerce-applications/woocommerce/how-to-install-woocommerce-on-hypernode This guide provides the final step in the Hypernode setup process: starting testing to ensure everything is functioning correctly. ```Shell Start testing ``` -------------------------------- ### Install Akeneo 6 via Pre-install Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Steps for installing Akeneo version 6 using the pre-installation method on a Hypernode. ```bash Download and Install Akeneo 6 Using the Pre-install ``` -------------------------------- ### Set Up Hypernode Managed Vhosts Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Guidance on setting up managed virtual hosts (vhosts) on Hypernode for website hosting. ```bash Set up Hypernode Managed Vhosts ``` -------------------------------- ### Install and Configure PM2 Source: https://docs.hypernode.com/framework/laravel/how-to-install-laravel-on-hypernode Instructions for installing PM2, a process manager for Node.js applications, and configuring it to run applications. This includes enabling supervisord and running example applications. ```shell # Install PM2 globally npm install pm2 -g # Start an application with PM2 pm2 start app.js # Configure PM2 to start on system boot pm2 startup systemd pm2 save ``` -------------------------------- ### Install Shopware 6 Source: https://docs.hypernode.com/getting-started/how-to-order General instructions for installing Shopware 6, which may include downloading the latest version and performing the installation steps. ```bash Download and Install the Latest Version of Shopware 6 Install Shopware 6 ``` -------------------------------- ### Install Shopware 6 Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started General instructions for installing Shopware 6, which may include downloading the latest version and performing the installation steps. ```bash Download and Install the Latest Version of Shopware 6 Install Shopware 6 ``` -------------------------------- ### Install Laravel via Pre-install Source: https://docs.hypernode.com/getting-started/how-to-order Information on installing Laravel using the pre-install script available on Hypernode. This automates the setup of a new Laravel project. ```bash Install Laravel using the preinstall ``` -------------------------------- ### Setup Web Symlink for Staging Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Instructions for setting up a web symbolic link for the staging environment, ensuring that the staging site correctly points to its web root. ```bash Setup the Web Symlink for the Staging Environment ``` -------------------------------- ### Launch Akeneo 7 Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Steps to launch Akeneo version 7. ```bash Launch Akeneo 7 ``` -------------------------------- ### Configure Hypernode Deploy Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started This section covers the initial setup for Hypernode Deploy, including installing the configuration package, creating the deploy.php file, and overriding Deployer variables for custom deployment configurations. ```bash Install the Hypernode Deploy configuration package Create the deploy.php file Override Deployer variables ``` -------------------------------- ### Setup Staging Environment for Shopware Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started This section outlines the process of setting up a staging environment for a Shopware shop. It includes copying files, creating a database, redirecting domains, and updating configuration files and database entries to point to the staging environment. ```bash Step one: Copy your Shopware files to the staging directory Step two: Create a staging database Step three: Connect your file system to the database Step four: Dump the production database and import into the staging database Step five: Redirect domains to your staging environment Step six: Change the SHOP_URL in /data/web/staging/.env Step seven: Change the URL in the ‘s_core_shop’ table for your staging database ``` -------------------------------- ### Configure Magento 2 Cron Jobs on Hypernode Source: https://docs.hypernode.com/getting-started/how-to-order This guide explains how to configure the cron jobs for a Magento 2 installation on Hypernode. Proper cron job setup is essential for various Magento functionalities like indexing, sending emails, and processing orders. ```bash # Example crontab entry for Magento 2: * * * * * /usr/bin/php /var/www/html/bin/magento cron:run >> /var/log/magento.cron.log * * * * * /usr/bin/php /var/www/html/bin/magento setup:cron:run >> /var/log/magento.setup.cron.log ``` -------------------------------- ### Install Laravel via Pre-install Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Information on installing Laravel using the pre-install script available on Hypernode. This automates the setup of a new Laravel project. ```bash Install Laravel using the preinstall ``` -------------------------------- ### Hypernode FAQ Source: https://docs.hypernode.com/getting-started/how-to-order Frequently Asked Questions about Hypernode. ```bash FAQ ``` -------------------------------- ### Install WooCommerce via Pre-install Source: https://docs.hypernode.com/getting-started/how-to-order Guide to installing WooCommerce using the pre-install script. This simplifies the process of adding WooCommerce functionality to a WordPress site on Hypernode. ```bash Download and install WooCommerce using the preinstall ``` -------------------------------- ### Install Akeneo 7 Manually via Command Line Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started This documentation outlines the command-line process for manually installing Akeneo version 7. It covers downloading the application, database creation, and environment configuration. ```bash Download and Install Akeneo 7 Manually Using the Command Line ``` -------------------------------- ### Install Akeneo 4 via Pre-install Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Instructions for using the pre-installation tool to set up Akeneo version 4 on a Hypernode. ```bash Download and Install Akeneo 4 Using the Pre-install ``` -------------------------------- ### Hypernode Brancher Examples Source: https://docs.hypernode.com/framework/laravel/how-to-install-laravel-on-hypernode Examples of using the Hypernode Brancher tool for tasks like MySQL version upgrades and setting up acceptance servers per pull request. ```shell # Example: MySQL version upgrade # Example: Acceptance server per pull request ``` -------------------------------- ### Install WooCommerce via Pre-install Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Guide to installing WooCommerce using the pre-install script. This simplifies the process of adding WooCommerce functionality to a WordPress site on Hypernode. ```bash Download and install WooCommerce using the preinstall ``` -------------------------------- ### Install and Configure PM2 Source: https://docs.hypernode.com/getting-started/how-to-order Instructions for installing PM2, a process manager for Node.js applications, and configuring it to run applications. This includes enabling supervisord and running example applications. ```shell # Install PM2 globally npm install pm2 -g # Start an application with PM2 pm2 start app.js # Configure PM2 to start on system boot pm2 startup systemd pm2 save ``` -------------------------------- ### Download Akeneo 7 Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Steps to download Akeneo version 7. ```bash Download Akeneo 7 ``` -------------------------------- ### Install Magento 2 with One Command Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started A streamlined process for installing Magento 2 using a single command, including database creation, setup wizard enablement, and static asset building. This simplifies the initial setup for new projects. ```bash # Conceptual command for installation # Example: vendor/bin/magento setup:install --db-user=... --db-password=... --base-url=... --admin-user=... --admin-password=... ``` -------------------------------- ### Install Akeneo 7 via Pre-install Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started This documentation covers the pre-installation method for Akeneo version 7, simplifying the deployment on a Hypernode. ```bash Download and Install Akeneo 7 Using the Pre-install ``` -------------------------------- ### Install WooCommerce Manually Source: https://docs.hypernode.com/getting-started/how-to-order This guide provides instructions for manually installing the WooCommerce plugin for WordPress. It typically involves downloading the plugin files and activating them through the WordPress admin interface. ```bash Installing WooCommerce manually ``` -------------------------------- ### Configure Hypernode Deploy Source: https://docs.hypernode.com/getting-started/how-to-order This section covers the initial setup for Hypernode Deploy, including installing the configuration package, creating the deploy.php file, and overriding Deployer variables for custom deployment configurations. ```bash Install the Hypernode Deploy configuration package Create the deploy.php file Override Deployer variables ``` -------------------------------- ### Hypernode FAQ Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Frequently Asked Questions related to Hypernode services and features. ```bash FAQ ``` -------------------------------- ### Test Hypernode Setup Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started This step involves testing the entire Hypernode setup after configuration to ensure everything is functioning correctly. ```bash Start testing ``` -------------------------------- ### Download Akeneo 6 Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Instructions for downloading Akeneo version 6. ```bash Download Akeneo 6 ``` -------------------------------- ### Start Testing Source: https://docs.hypernode.com/best-practices/pwa/hypernode-and-pwa-hosting The final step in the initial setup, guiding you on how to start testing your website or application hosted on Hypernode. ```bash Step 8 – Start testing ``` -------------------------------- ### Log Rotation Configuration Source: https://docs.hypernode.com/framework/laravel/how-to-install-laravel-on-hypernode Details on configuring log rotation, including example usage and keeping the configuration up-to-date. ```Shell # Log Rotation # Example Usage # Configuration # Keeping the configuration up to date ``` -------------------------------- ### Enable and Use OpenVPN Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Steps for enabling OpenVPN, configuring clients, and connecting to the VPN service. ```bash # Example: Start OpenVPN service systemctl start openvpn@client # Example: Client configuration file (client.conf) client dev tun proto udp remote your_vpn_server.com 1194 resolv-retry infinite nobind persist-key persist-tun ca ca.crt cert client.crt key client.key remote-cert-tls server verb 3 ``` -------------------------------- ### Example Install Hook Source: https://docs.hypernode.com/ecommerce-applications/magento-1/how-to-install-magento-1-on-hypernode An example of an install hook script that can be used within the Hypernode environment for custom installation procedures. ```shell #!/bin/bash # Example install hook script echo "Running custom install hook..." # Add your custom commands here ``` -------------------------------- ### Install WooCommerce Manually Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started This guide provides instructions for manually installing the WooCommerce plugin for WordPress. It typically involves downloading the plugin files and activating them through the WordPress admin interface. ```bash Installing WooCommerce manually ``` -------------------------------- ### Upgrade Hypernode Trial to Paid Plan Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Instructions for users who started with a Hypernode trial to upgrade their hosting plan to a paid version. ```bash Upgrade Your Trial into a Paid Hosting Plan ``` -------------------------------- ### Manually Remove Magento 2.x Installation Source: https://docs.hypernode.com/getting-started/how-to-order This guide outlines the steps for manually removing a Magento 2.x installation from a Hypernode server. It covers removing files, databases, and any associated configurations. ```bash rm -rf /var/www/html/magento2 mysql -u root -p -e "DROP DATABASE magento2_db;" # Remove related Nginx/Varnish configurations ``` -------------------------------- ### Hypernode API and Deploy Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Overview of the Hypernode API and the Hypernode Deploy tool for managing deployments. ```bash # Example: Using Hypernode Deploy (conceptual) hypernode-deploy push --branch main --target production ``` -------------------------------- ### Order Hypernode Services Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Guidance on the process of ordering Hypernode hosting services. ```bash How to Order ``` -------------------------------- ### Example Install Hook Source: https://docs.hypernode.com/hypernode-platform/nginx/how-to-restrict-access-to-your-admin-area An example of an install hook script that can be used within the Hypernode environment for custom installation procedures. ```shell #!/bin/bash # Example install hook script echo "Running custom install hook..." # Add your custom commands here ``` -------------------------------- ### Install Shopware 5 via Docker Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started This outlines the steps to install Shopware 5 using Docker. It involves starting a Docker container, adding the Shopware Nginx config file, creating a database via the terminal, downloading Shopware, and completing the installation via a browser. ```bash Step One - Start a Docker Container Step Two - Add the Shopware Nginx Config File Step Three - Create a Database for Your Shopware shop via Your Terminal Step Four - Download Shopware Step Five - Install Shopware via Your Browser ``` -------------------------------- ### Example Install Hook Source: https://docs.hypernode.com/ecommerce-applications/magento-1/how-to-remove-your-magento-1-x-installation An example of an install hook script that can be used within the Hypernode environment for custom installation procedures. ```shell #!/bin/bash # Example install hook script echo "Running custom install hook..." # Add your custom commands here ``` -------------------------------- ### Setup Hypernode Managed Vhosts Source: https://docs.hypernode.com/getting-started/how-to-order Steps for setting up managed vhosts on your Hypernode. ```bash Step 4 – Set up Hypernode Managed Vhosts ``` -------------------------------- ### Launch Akeneo 5 Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Steps to launch Akeneo version 5 after installation and configuration. ```bash Launch Akeneo 5 ``` -------------------------------- ### Install WordPress and Load Database Schema Source: https://docs.hypernode.com/getting-started/how-to-order This snippet outlines the process of installing WordPress, which includes creating the necessary database tables and loading the initial schema. This is a fundamental step for any WordPress setup. ```SQL -- Example SQL commands for creating WordPress tables (typically handled by the installer) -- CREATE TABLE wp_options (...); -- CREATE TABLE wp_posts (...); -- ... and many more tables. ``` -------------------------------- ### Install Akeneo 6 Manually via Command Line Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Steps to manually install Akeneo version 6 using the command line. This includes downloading the software, creating a database, and configuring the application's environment variables. ```bash Download and Install Akeneo 6 Manually Using the Command Line ``` -------------------------------- ### Setup Subshop or Language Shop Source: https://docs.hypernode.com/framework/laravel/how-to-install-laravel-on-hypernode This guide explains how to set up subshops or language-specific shops within a Shopware installation, allowing for multi-store or multi-language capabilities. ```bash Main Shop Subshop Language Shop How to Setup a Subshop or Language Shop ``` -------------------------------- ### Install Akeneo 6 via Command Line Source: https://docs.hypernode.com/getting-started/how-to-order Instructions for manually installing Akeneo version 6 via the command line. This covers installing Yarn, downloading Akeneo, creating a database, configuring the .env file, launching Akeneo, creating a symlink, and setting up an administrator user. ```bash Install the Latest Version of Yarn Download Akeneo 6 Create a Database Configure Your .env File Launch Akeneo 6 Create a Symlink Create an Administrator User ``` -------------------------------- ### Example Install Hook Source: https://docs.hypernode.com/ecommerce-applications/shopware-5/how-to-setup-a-multistore-in-shopware An example of an install hook script that can be used within the Hypernode environment for custom installation procedures. ```shell #!/bin/bash # Example install hook script echo "Running custom install hook..." # Add your custom commands here ``` -------------------------------- ### Example Install Hook Source: https://docs.hypernode.com/ecommerce-applications/shopware-5/how-to-change-the-timezone-for-the-order-timestamps-in-shopware-5-x An example of an install hook script that can be used within the Hypernode environment for custom installation procedures. ```shell #!/bin/bash # Example install hook script echo "Running custom install hook..." # Add your custom commands here ``` -------------------------------- ### Example Install Hook Source: https://docs.hypernode.com/ecommerce-applications/magento-2/how-to-create-a-sitemap-xml-for-magento-2-x An example of an install hook script that can be used within the Hypernode environment for custom installation procedures. ```shell #!/bin/bash # Example install hook script echo "Running custom install hook..." # Add your custom commands here ``` -------------------------------- ### Hypernode-systemctl CLI Tool Examples Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Specific examples of using Hypernode-systemctl CLI commands for various tasks like parsing logs, optimizing images, and managing services. ```bash # Parse Nginx access log for specific requests hypernode-parse-nginx-log /var/log/nginx/access.log # Optimize images on the server hypernode-image-optimizer /path/to/images # Manage services using servicectl hypernode-servicectl status nginx ``` -------------------------------- ### Example Install Hook Source: https://docs.hypernode.com/ecommerce-applications/magento-2/how-to-create-a-robots-txt-for-magento-2-x An example of an install hook script that can be used within the Hypernode environment for custom installation procedures. ```shell #!/bin/bash # Example install hook script echo "Running custom install hook..." # Add your custom commands here ``` -------------------------------- ### Install Shopware 5 via Docker Source: https://docs.hypernode.com/getting-started/how-to-order This outlines the steps to install Shopware 5 using Docker. It involves starting a Docker container, adding the Shopware Nginx config file, creating a database via the terminal, downloading Shopware, and completing the installation via a browser. ```bash Step One - Start a Docker Container Step Two - Add the Shopware Nginx Config File Step Three - Create a Database for Your Shopware shop via Your Terminal Step Four - Download Shopware Step Five - Install Shopware via Your Browser ``` -------------------------------- ### Example Install Hook Source: https://docs.hypernode.com/hypernode-platform/ssh/how-to-log-in-to-the-hypernode-with-ssh An example of an install hook script that can be used within the Hypernode environment for custom installation procedures. ```shell #!/bin/bash # Example install hook script echo "Running custom install hook..." # Add your custom commands here ``` -------------------------------- ### Example Install Hook Source: https://docs.hypernode.com/ecommerce-applications/magento-2/how-to-optimize-magento-2-queue-consumers-on-hypernode An example of an install hook script that can be used within the Hypernode environment for custom installation procedures. ```shell #!/bin/bash # Example install hook script echo "Running custom install hook..." # Add your custom commands here ``` -------------------------------- ### Install Shopware 5 via Docker Source: https://docs.hypernode.com/framework/laravel/how-to-install-laravel-on-hypernode This outlines the steps to install Shopware 5 using Docker. It involves starting a Docker container, adding the Shopware Nginx config file, creating a database via the terminal, downloading Shopware, and completing the installation via a browser. ```bash Step One - Start a Docker Container Step Two - Add the Shopware Nginx Config File Step Three - Create a Database for Your Shopware shop via Your Terminal Step Four - Download Shopware Step Five - Install Shopware via Your Browser ``` -------------------------------- ### Launch Akeneo 6 Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Instructions for launching Akeneo version 6. ```bash Launch Akeneo 6 ``` -------------------------------- ### Install Akeneo 4 via Command Line Source: https://docs.hypernode.com/getting-started/how-to-order Provides instructions for manually installing Akeneo version 4 using command-line tools. This includes steps like installing Yarn, downloading Akeneo, creating a database, configuring the environment, launching the application, and setting up an administrator user and symlink. ```bash Install the Latest Version of Yarn Download Akeneo 4 with Sample Data Unpack Akeneo Create a Database Configure Your .env File Launch Akeneo 4 Create an Administrator User Create a Symlink ``` -------------------------------- ### Example Install Hook Source: https://docs.hypernode.com/troubleshooting/performance/how-to-optimise-your-magento-disk-performance An example of an install hook script that can be used within the Hypernode environment for custom installation procedures. ```shell #!/bin/bash # Example install hook script echo "Running custom install hook..." # Add your custom commands here ``` -------------------------------- ### Example Install Hook Source: https://docs.hypernode.com/ecommerce-applications/woocommerce/how-to-set-up-a-cron-job-for-wordpress-woocommerce-on-hypernode An example of an install hook script that can be used within the Hypernode environment for custom installation procedures. ```shell #!/bin/bash # Example install hook script echo "Running custom install hook..." # Add your custom commands here ``` -------------------------------- ### Download Akeneo 5 Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Steps to download Akeneo version 5, likely from a repository or archive. ```bash Download Akeneo 5 ``` -------------------------------- ### Example Install Hook Source: https://docs.hypernode.com/ecommerce-applications/shopware-6/how-to-configure-remote-storage-for-shopware-6-x An example of an install hook script that can be used within the Hypernode environment for custom installation procedures. ```shell #!/bin/bash # Example install hook script echo "Running custom install hook..." # Add your custom commands here ``` -------------------------------- ### Example Install Hook Source: https://docs.hypernode.com/ecommerce-applications/shopware-5/how-to-use-a-basic-staging-environment-with-shopware An example of an install hook script that can be used within the Hypernode environment for custom installation procedures. ```shell #!/bin/bash # Example install hook script echo "Running custom install hook..." # Add your custom commands here ``` -------------------------------- ### Example Install Hook Source: https://docs.hypernode.com/ecommerce-applications/magento-1/how-to-flush-the-magento-1-x-caches An example of an install hook script that can be used within the Hypernode environment for custom installation procedures. ```shell #!/bin/bash # Example install hook script echo "Running custom install hook..." # Add your custom commands here ``` -------------------------------- ### Example Install Hook Source: https://docs.hypernode.com/ecommerce-applications/magento-1/how-to-clean-the-magento-1-x-logs An example of an install hook script that can be used within the Hypernode environment for custom installation procedures. ```shell #!/bin/bash # Example install hook script echo "Running custom install hook..." # Add your custom commands here ``` -------------------------------- ### Hypernode Systemctl Configuration Source: https://docs.hypernode.com/getting-started/how-to-order Guides on configuring system services using systemctl for Hypernode environments. This includes managing build and deploy steps. ```Shell # Example systemctl configuration for a service [Unit] Description=My Hypernode Service After=network.target [Service] ExecStart=/usr/local/bin/my_hypernode_script.sh Restart=always User=hypernode Group=hypernode [Install] WantedBy=multi-user.target ``` -------------------------------- ### Start Testing Hypernode Setup Source: https://docs.hypernode.com/hypernode-platform/email/how-to-manage-your-email-queue Guidance on initiating testing procedures after setting up your Hypernode environment. ```bash Step 8 – Start testing ``` -------------------------------- ### Hypernode Systemctl Tool Usage Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Instructions on how to activate features using the hypernode-systemctl tool. ```Shell Activate via the hypernode-systemctl tool ``` -------------------------------- ### Docker Image Operations Source: https://docs.hypernode.com/framework/laravel/how-to-install-laravel-on-hypernode Guidance on using the Hypernode Docker image, including starting, logging in, restarting services, and running containers in foreground or background. ```Bash Start the Docker and logging in Restarting services Running the container on the foreground Running The Container on The Background ``` -------------------------------- ### Hypernode Systemctl Configuration Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Guides on configuring system services using systemctl for Hypernode environments. This includes managing build and deploy steps. ```Shell # Example systemctl configuration for a service [Unit] Description=My Hypernode Service After=network.target [Service] ExecStart=/usr/local/bin/my_hypernode_script.sh Restart=always User=hypernode Group=hypernode [Install] WantedBy=multi-user.target ``` -------------------------------- ### Install Shopware 6 Source: https://docs.hypernode.com/best-practices/security/how-to-install-magento-patch-mdva-49935-for-critical-vulnerabilty-apsb22-12-cve-2022-24086-and-cve-2022-24087 Guides for installing Shopware 6, covering pre-install options, manual installation, Docker container setup, Nginx configuration, and database setup. ```bash Download and Install Shopware 6 Using the Pre-install Download and Install the Latest Version of Shopware 6 Install Shopware 6 ``` ```bash Step One - Start a Docker container Step Two - Configure Shopware 6 Nginx Config Step Three - Download and install the latest version of Shopware 6 Install Shopware 6 ``` -------------------------------- ### Setup Staging Environment for Shopware Source: https://docs.hypernode.com/getting-started/how-to-order This section outlines the process of setting up a staging environment for a Shopware shop. It includes copying files, creating a database, redirecting domains, and updating configuration files and database entries to point to the staging environment. ```bash Step one: Copy your Shopware files to the staging directory Step two: Create a staging database Step three: Connect your file system to the database Step four: Dump the production database and import into the staging database Step five: Redirect domains to your staging environment Step six: Change the SHOP_URL in /data/web/staging/.env Step seven: Change the URL in the ‘s_core_shop’ table for your staging database ``` -------------------------------- ### Managing NGINX Source: https://docs.hypernode.com/framework/laravel/how-to-install-laravel-on-hypernode This section provides an overview of managing Nginx, a high-performance web server. It covers common tasks such as configuration, starting, stopping, and reloading Nginx. ```Shell # Check Nginx configuration syntax sudo nginx -t # Reload Nginx configuration sudo systemctl reload nginx # Restart Nginx service sudo systemctl restart nginx ``` -------------------------------- ### Import Existing Shop to Hypernode Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Instructions on using the Hypernode Importer tool to migrate an existing online shop to the Hypernode platform. ```bash Import an existing shop via the Hypernode Importer tool ``` -------------------------------- ### Install Laravel via Pre-install Source: https://docs.hypernode.com/framework/laravel/how-to-install-laravel-on-hypernode Information on installing Laravel using the pre-install script available on Hypernode. This automates the setup of a new Laravel project. ```bash Install Laravel using the preinstall ``` -------------------------------- ### Install WooCommerce via Pre-install Source: https://docs.hypernode.com/framework/laravel/how-to-install-laravel-on-hypernode Guide to installing WooCommerce using the pre-install script. This simplifies the process of adding WooCommerce functionality to a WordPress site on Hypernode. ```bash Download and install WooCommerce using the preinstall ``` -------------------------------- ### Install Akeneo 5 Manually with Yarn and Composer Source: https://docs.hypernode.com/hypernode-platform/nginx/how-to-rewrite-a-trailing-slash-for-seo-purposes Guide for manually installing Akeneo version 5, covering Yarn installation, Composer updates, .env file configuration, and database setup. ```Bash # Install the latest version of Yarn yarn install # Composer update for dependencies composer update # Create a database (example command) # mysql -u root -p < create_database.sql # Configure .env file (example) # cp .env.dist .env # nano .env ``` -------------------------------- ### Install Akeneo 3 via Command Line Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started This section details the steps required to install Akeneo version 3 using the command line. It assumes a pre-existing Hypernode environment. ```bash Install Akeneo 3 Using the Command Line ``` -------------------------------- ### Install Shopware 6 via Pre-install Source: https://docs.hypernode.com/framework/laravel/how-to-install-laravel-on-hypernode Details on how to install Shopware 6 using the pre-install script provided by Hypernode. This simplifies the installation process by automating many of the setup steps. ```bash Download and Install Shopware 6 Using the Pre-install ``` -------------------------------- ### Hypernode SSH Login Source: https://docs.hypernode.com/getting-started/how-to-order This guide explains the first step in getting started with Hypernode: logging in via SSH. ```bash Step 1 – Log in to your Hypernode via SSH ``` -------------------------------- ### Configure Hypernode Settings Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started General guidance on configuring various settings within the Hypernode control panel or environment. ```bash Configure Hypernode settings ``` -------------------------------- ### Manage Hypernode Settings Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Instructions for checking and setting values for various Hypernode configurations, including system settings. ```bash # Check a setting value (example) hypernode-systemctl get setting_name # Set a setting value (example) hypernode-systemctl set setting_name new_value ``` -------------------------------- ### Start Testing Source: https://docs.hypernode.com/best-practices/backups/how-to-create-a-backup-and-download-it-to-your-local-machine The final step in the initial setup process, focusing on starting the testing phase of your Hypernode deployment. ```bash Step 8 – Start testing ``` -------------------------------- ### Enable Magento 1.x and 2.x Cron Jobs Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Guides for enabling cron jobs for Magento 1.x and Magento 2.x installations. This is crucial for scheduled tasks in Magento. ```bash # For Magento 1.x php shell/cron.php -- Magento1 # For Magento 2.x php bin/magento cron:run ``` -------------------------------- ### Encryption Concepts: Symmetric, Asymmetric, Hashing Source: https://docs.hypernode.com/framework/laravel/how-to-install-laravel-on-hypernode Explanation of encryption concepts including symmetric encryption, asymmetric encryption, hashing, MD5 hashing, and salting, with an example of unhashed data. ```Bash Symmetric Encryption Asymmetric Encryption Hashing MD5 hashing Example Unhashed Data Salt ``` -------------------------------- ### Akeneo 7 Installation Steps Source: https://docs.hypernode.com/best-practices/performance/how-to-enable-pagespeed-booster This guide details the manual installation process for Akeneo version 7, including downloading the application, creating a database, configuring the .env file, launching the application, and setting up user accounts and symlinks. ```bash Download Akeneo 7 Create a Database Configure Your .env File Launch Akeneo 7 Create a Symlink Create an Administrator User ``` -------------------------------- ### Install Shopware 5 via Pre-install Source: https://docs.hypernode.com/framework/laravel/how-to-install-laravel-on-hypernode Instructions for installing Shopware 5 using the pre-install script. This method streamlines the setup of Shopware 5 on the Hypernode environment. ```bash Download and Install Shopware 5 Using the Pre-install ``` -------------------------------- ### Hypernode Systemctl CLI Tool - Specific Commands Source: https://docs.hypernode.com/getting-started/how-to-order Detailed examples of using specific commands within the hypernode-systemctl CLI tool, such as generating performance reports and managing Varnish configurations. ```shell # Generate a performance report based on sitemaps hypernode:performance # Save and apply Turpentine's VCL configuration to Varnish hypernode:varnish:config-save # Flush all cached Varnish URLs hypernode:varnish:flush ``` -------------------------------- ### Install WooCommerce Manually Source: https://docs.hypernode.com/framework/laravel/how-to-install-laravel-on-hypernode This guide provides instructions for manually installing the WooCommerce plugin for WordPress. It typically involves downloading the plugin files and activating them through the WordPress admin interface. ```bash Installing WooCommerce manually ``` -------------------------------- ### Hypernode API and Deploy Source: https://docs.hypernode.com/getting-started/how-to-order Overview of the Hypernode API and the Hypernode Deploy tool for managing deployments and interacting with the Hypernode platform programmatically. ```shell # Interact with Hypernode API (requires API credentials and tools) # Use Hypernode Deploy for deployment tasks ``` -------------------------------- ### Install Akeneo Pre-install Source: https://docs.hypernode.com/getting-started/how-to-order This section provides guidance on installing Akeneo using the pre-install method for various versions, including 3, 4, 5, 6, and 7. ```bash Download and Install Akeneo 3 Using the Pre-install ``` ```bash Download and Install Akeneo 4 Using the Pre-install ``` ```bash Download and Install Akeneo 5 Using the Pre-install ``` ```bash Download and Install Akeneo 6 Using the Pre-install ``` ```bash Download and Install Akeneo 7 Using the Pre-install ``` -------------------------------- ### Install Magento 2 with One Command Source: https://docs.hypernode.com/framework/laravel/how-to-install-laravel-on-hypernode A streamlined process for installing Magento 2 using a single command, including database creation, setup wizard enablement, and static asset building. This simplifies the initial setup for new projects. ```bash # Conceptual command for installation # Example: vendor/bin/magento setup:install --db-user=... --db-password=... --base-url=... --admin-user=... --admin-password=... ``` -------------------------------- ### Install Magento 1 with Magerun Source: https://docs.hypernode.com/framework/laravel/how-to-install-laravel-on-hypernode A streamlined process for installing Magento 1 using the `n98-magerun` tool. This command automates several setup steps, including database creation and configuration. ```Bash # Download Magento 1 cd /path/to/install wget https://github.com/magento/magento-mirror/archive/refs/tags/1.9.4.5.zip unzip 1.9.4.5.zip mv magento-mirror-1.9.4.5/* . # Install using n98-magerun n98-magerun.phar install --dbHost=localhost --dbUser=root --dbPass=password --dbName=magento_db --baseUrl=http://your-magento-shop.com --useDefaultConfig=1 --adminEmail=admin@example.com --adminPassword=adminpassword ``` -------------------------------- ### Hypernode Brancher Examples Source: https://docs.hypernode.com/getting-started/how-to-order Examples of using the Hypernode Brancher tool for tasks like MySQL version upgrades and setting up acceptance servers per pull request. ```shell # Example: MySQL version upgrade # Example: Acceptance server per pull request ``` -------------------------------- ### Hypernode Systemctl CLI Tool - Specific Commands Source: https://docs.hypernode.com/framework/laravel/how-to-install-laravel-on-hypernode Detailed examples of using specific commands within the hypernode-systemctl CLI tool, such as generating performance reports and managing Varnish configurations. ```shell # Generate a performance report based on sitemaps hypernode:performance # Save and apply Turpentine's VCL configuration to Varnish hypernode:varnish:config-save # Flush all cached Varnish URLs hypernode:varnish:flush ``` -------------------------------- ### Akeneo 6 Installation Steps Source: https://docs.hypernode.com/best-practices/performance/how-to-enable-pagespeed-booster A comprehensive guide for the manual installation of Akeneo version 6, covering downloading the software, setting up the database, configuring the environment, and creating user accounts and symlinks. ```bash Download Akeneo 6 Create a Database Configure Your .env File Launch Akeneo 6 Create a Symlink Create an Administrator User ``` -------------------------------- ### Hypernode API and Deploy Source: https://docs.hypernode.com/getting-started/how-to-order/how-to-get-started-with-your-hypernode-trial Overview of the Hypernode API and the Hypernode Deploy tool for managing deployments. ```bash # Example: Using Hypernode Deploy (conceptual) hypernode-deploy push --branch main --target production ``` -------------------------------- ### Flush Varnish Cache Source: https://docs.hypernode.com/framework/laravel/how-to-install-laravel-on-hypernode A guide on how to flush the Varnish cache. ```Shell # How to Flush the Varnish Cache ``` -------------------------------- ### Setup Subshop or Language Shop Source: https://docs.hypernode.com/ecommerce-applications/magento-2/how-to-install-magento-2-on-hypernode This guide explains how to set up subshops or language-specific shops within a Shopware installation, allowing for multi-store or multi-language capabilities. ```bash Main Shop Subshop Language Shop How to Setup a Subshop or Language Shop ``` -------------------------------- ### Install Akeneo 4 Manually via Command Line Source: https://docs.hypernode.com/hypernode-platform/object-storage/getting-started Instructions for manually installing Akeneo version 4 on a Hypernode using command-line tools. This includes steps for setting up dependencies and the application itself. ```bash Download and Install Akeneo 4 Manually Using the Command Line ```