Report this

What is the reason for this report?

Installing cachet.io on a digital ocean droplet

Posted on July 16, 2016

Hello,

I need to install cachet.io but dont know exactly how to install all the things it recommends to make the main installtion easier. Anyone able to help me please?

Many Thanks

Cameron



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi,

You can likely start with a LAMP stack - using our LAMP one-click, which will get your MySQL & PHP prerequisites out of the way. Next, you can install Composer by running these installation commands from their site:

php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('SHA384', 'composer-setup.php') === 'e115a8dc7871f15d853148a7fbac7da27d6c0030b848d9b3dc09e2a0388afed865e6a3d6b3c0fad45c48e2b5fc1196ae') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"

To install Redis on the same server you can use this guide.

That should take care of all of the usage prerequisites as listed here

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.