A Simple Design to Use Ghost Blog Platform with Visual Studio
2015/07/311 min read
bookmark this
Table of Contents
Introduction
This post provides a simple architecture design for using the Ghost blog platform with Visual Studio on a Windows system.
Architecture Overview
Architecture Ghost


| Component | Technology |
|---|---|
| Server | Windows |
| Web Server | IIS |
| Database Server | Local SQLite |
| Image Server | Local Image Storage |
| Email Service | MailGun |
Conclusion
This simple architecture uses IIS on Windows to host Ghost, with SQLite as the database, local image storage for media, and MailGun for email services. This setup is suitable for development or small-scale deployments.