Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    scp <path to your extension> <ssh server>:<path to Magenest/Booking directory>

Then log into your ssh server, go to Magenest directory and execute the following command to decompress the module:

...

    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy

 

After running all these, your Command line/Terminal window might look like this:

...