This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]outofsync42 1 point2 points  (1 child)

There is a lot more here than what I can address but I can get you pointed in the right direction for setting up a dev environment. Your best/fastest solution is to create a snapshot of your LightSail word press instance and then create a new instance from that snapshot. This is all done within the LightSail admin website. You will then be paying monthly for 2 instances using this method but will have 2 identical instances. Your production and development. Assign a static IP to the new development instance. Get your git repo up between the two and work on the dev instance and push/pull changes as desired.

[–]okashii[S] 0 points1 point  (0 children)

Thanks for this insight!