Lavalite

Connect with other users about what to run on your webhosting (and how to run it) here.
Post Reply
Stage4000
New to forums
New to forums
Posts: 14
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Oct 15, 2015 5:33 am

Lavalite

Post by Stage4000 »

Anyone wanna help walk me through installation of lavalite? It requires install via composer.

Thanks in advance.
User avatar
Vanderburg
Former staff
Former staff
Posts: 1253
Joined: Sat Nov 13, 2010 7:27 am
Location: Dallas, TX

Re: Lavalite

Post by Vanderburg »

What problems are you experiencing when doing this, specifically? We don't support installing Composer globally, but you should be able to upload the composer.phar file to the directory that you want to install the software and then run the following via SSH

Code: Select all

php composer.phar create-project LavaLite/cms --prefer-dist website
I don't know if this means it'll install it into a directory "website/" or what it's doing with that, but that's what the installation guide instructs.
Post Reply