Is it possible to use Yiiframework on lightsail?

0

Anyone know if it’s possible to use yiiframework on lghtsail LAMP stack?
Tbh, im pretty new both to lightsail and Yii, so i don’t really know that well of how they work just yet.

I got this particular php pages made using Yii and im trying to put it up on lightsail.

Vermi
demandé il y a 5 ans248 vues
1 réponse
0
Réponse acceptée

Vermi,

Thank you for choosing Lightsail!

The LAMP7 stack image includes Yii composer out of the box. I was able to create their "basic" app by running

composer create-project --prefer-dist yiisoft/yii2-app-basic basic

in the htdocs folder. I was then able to access that app via "http://<publicip>/basic/web/index.php".

LAMP5 also has it installed. Both stacks have version 1.6 dated 2017-09-19 installed. I received a warning about the age of the install and sudo composer self-update worked to bring it up to v1.8.4.

I am not an expert on Yii, but I think that from what I learned the composer is not needed at runtime so all you would need to do is upload your project into the 'htdocs' folder and access the root of your application's website to view it.

I hope this helps!

Donley

PS: when I ran composer I also received warnings about not being able to write to a bitnami directory. The process proceeded successfully so I think those warnings can be ignored.

profile pictureAWS
répondu il y a 5 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions