Home > Software engineering >  Can i run a lamp stack on GitHub
Can i run a lamp stack on GitHub

Time:08-29

My model is as much a part of my app as the view and controller code, so github should support it. Ideally it would treat changes to the data in the database as well as changes to the schema just like a normal commit.

CodePudding user response:

GitHub does not run apps.

It doesn't give you a database.

  • Related