Lightsail - development and production sites

0

I'd like a way of setting up a development and production copies of the same website.

At some point, the development copy would be migrated (copied) to the production site.
Bearing in mind that I'd want to keep a static address, SSL, path names, domain name etc for the production site.

This is in a way looking at an agile approach with regular updates.

Is this the right approach for best practices using Lightsail/Wordpress?

Alternatively, is it possible to use a snapshot to create a development Lightsail copy and then re-transfer back to production. In essence, the development site is only in use temporarily.

techone
質問済み 5年前468ビュー
1回答
0

This doesn't have anything do with Lightsail ... it's just general configuration management.

Take a look at git or subversion change control systems.

You can do your development in one area on your lightsail instance, commit the changes to the change control system, deploy the changes to a QA location, test the changes in a pseudo-live environment, once you're sure everything works correctly, deploy the changes in the production location.

david
(who works on enterprise level change control software during the day)

profile picture
David G
回答済み 5年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ