rm -rf public_html
/home/<username>/crypterion/public
from the above command should be the full path to the public folder located inside of the extracted content of the script. If you have been following the procedure thus far, it should be similar to it. Simply replace <username>
with your real username./(extracted location)/public/
php artisan key:generate
to generate Application Key. This is used for encryption of session, cookie and other sensitive data.example.com/public/
. The domain example.com
should be pointed directly to the public folder. If you attempt, you are at the risk of exposing sensitive files which includes .env
used for encryption of your data. If you followed the instructions above carefully, you should be all set.