2. InstallationΒΆ
To install xTools, please follow these steps:
- Download the repository into your webserver root.
- Run
composer install - Start your web server.
- Visit your domain in a browser. You should see the xTools landing page
- In order to update the cache after making configuration changes, run
sudo ./clear_cache.shfrom the webserver root.