This article is referred to -bjbsair.com/2020-03-22/… The most famous and widely used name in the Node. js world is Ghost. According to the latest information on the official website, Ghost has been downloaded and installed over 2,000,000 times worldwide.

Ghost is a non-profit organization founded in April 2013. The company’s mission is to create the best open source tools for independent journalists and writers around the world and make a real impact on the future of online media.

Ghost homepage

Ghost is faster and lighter than traditional WordPress.

Blog PK

Since there are many popular blogs now, why choose Ghost, we first look at the function PK.

As you can see from the figure above, Ghost has some advantages over both open source and commercial closed source blogs. Especially in the following aspects.

  • security
  • SEO, Ghost comes with SEO
  • REST API
  • SDK
  • Front end framework support, which is important, Ghost supports multiple front end frameworks including Vue, which WordPress does not have.

It’s a good decision for front-end engineers to choose Ghost as their own technical blog.

Ghost framework

Ghost Architecture

Architecturally, on the front end, Ghost supports H5 as well as mobile devices. Database is mainly relational database, including SQLite, MySQL and so on. Cloud storage is also supported, including Azure and Amazon’s S3.

Framework

As we can see from this figure, Ghost provides the command line Ghost CLI tool, which we will use later in the Ghost installation. Ghost Admin Client, support multiple platforms, including Windows, Linux, Mac and so on. For Web processing, Ghost uses the Express framework.

In front of the framework support, highlighted the powerful Ghost, in addition to its own Themes, but also support a number of frameworks, including VuePress, etc..

The front frame

Ghost installation

Very simple installation, only need to be divided into two steps, one is to install Ghost-CLI, the second step is through the Ghost command for local installation. The premise is that the Node.js environment must be installed.

  1. Install ghost-CLI, -g in the command line indicates global installation
D:\Program Files\nodejs>npm install ghost-cli@latest -g D:\Program Files\nodejs\node_global\ghost -> D:\Program Files\nodejs\node_global\node_modules\ghost-cli\bin\ghost + [email protected] added 68 packages from 31 ficolin-3. removed 23 packages and updated 68 packagesin171.586 sCopy the code
  1. Install locally via Ghost
D:\Projects\ghost>ghost install local√ Checking System node. js version √ Checking current Folder Permissions √ Checking memory availability √ CheckingforLatest Ghost Version √ Setting up Install Directory √ Downloading and installing Ghost V3.11.0 √ Finishing Install Process √ Configuring Ghost √ Setting up instance √ Starting Ghost Ghost uses direct mail by default.toset up an alternative email method read our docs at https://ghost.org/docs/concepts/config/#mail  
  
------------------------------------------------------------------------------  
  
Ghost was installed successfully! To complete setup of your publication, visit:  
  
    http://localhost:2368/ghost/
Copy the code

After installation, Ghost will be automatically started by Node.js. This can be accessed via the URL above.

  1. The initial configuration

Ghost installed at http://localhost:2368/ghost/ to access the system, the page you will be prompted for the initial configuration.

Initial configuration n/A

Select “Create Your Account “from the image above to Create the account.

Initial configuration -2

Enter the site name, user’s full name, email address, and password to proceed to the next step.

Initial configuration -3

On the current page, instead of typing someone else’s email, just click “I’ll do this laster, take me to my site”. The Ghost management page is displayed.

At this point, the Ghost installation configuration is complete.

Ghost, a preliminary study

  1. Ghost Management Interface

After the installation and configuration is complete, the management page is displayed. As shown below, the management menu is on the left and the home page is on the right.

Ghost Management Interface

  1. Ghost Local System home page

According to the installation steps, Ghost uses local port 2368. Open your browser and visit http://localhost:2368 to access your local system home page.

Ghost Local Home Page

conclusion

Ghost introduction, installation configuration is introduced here.

Welcome to comment and discuss. This article is referred to -bjbsair.com/2020-03-22/… The most famous and widely used name in the Node. js world is Ghost. According to the latest information on the official website, Ghost has been downloaded and installed over 2,000,000 times worldwide.

Ghost is a non-profit organization founded in April 2013. The company’s mission is to create the best open source tools for independent journalists and writers around the world and make a real impact on the future of online media.

Ghost homepage

Ghost is faster and lighter than traditional WordPress.

Blog PK

Since there are many popular blogs now, why choose Ghost, we first look at the function PK.

As you can see from the figure above, Ghost has some advantages over both open source and commercial closed source blogs. Especially in the following aspects.

  • security
  • SEO, Ghost comes with SEO
  • REST API
  • SDK
  • Front end framework support, which is important, Ghost supports multiple front end frameworks including Vue, which WordPress does not have.

It’s a good decision for front-end engineers to choose Ghost as their own technical blog.

Ghost framework

Ghost Architecture

Architecturally, on the front end, Ghost supports H5 as well as mobile devices. Database is mainly relational database, including SQLite, MySQL and so on. Cloud storage is also supported, including Azure and Amazon’s S3.

Framework

As we can see from this figure, Ghost provides the command line Ghost CLI tool, which we will use later in the Ghost installation. Ghost Admin Client, support multiple platforms, including Windows, Linux, Mac and so on. For Web processing, Ghost uses the Express framework.

In front of the framework support, highlighted the powerful Ghost, in addition to its own Themes, but also support a number of frameworks, including VuePress, etc..

The front frame

Ghost installation

Very simple installation, only need to be divided into two steps, one is to install Ghost-CLI, the second step is through the Ghost command for local installation. The premise is that the Node.js environment must be installed.

  1. Install ghost-CLI, -g in the command line indicates global installation
D:\Program Files\nodejs>npm install ghost-cli@latest -g D:\Program Files\nodejs\node_global\ghost -> D:\Program Files\nodejs\node_global\node_modules\ghost-cli\bin\ghost + [email protected] added 68 packages from 31 ficolin-3. removed 23 packages and updated 68 packagesin171.586 sCopy the code
  1. Install locally via Ghost
D:\Projects\ghost>ghost install local√ Checking System node. js version √ Checking current Folder Permissions √ Checking memory availability √ CheckingforLatest Ghost Version √ Setting up Install Directory √ Downloading and installing Ghost V3.11.0 √ Finishing Install Process √ Configuring Ghost √ Setting up instance √ Starting Ghost Ghost uses direct mail by default.toset up an alternative email method read our docs at https://ghost.org/docs/concepts/config/#mail  
  
------------------------------------------------------------------------------  
  
Ghost was installed successfully! To complete setup of your publication, visit:  
  
    http://localhost:2368/ghost/
Copy the code

After installation, Ghost will be automatically started by Node.js. This can be accessed via the URL above.

  1. The initial configuration

Ghost installed at http://localhost:2368/ghost/ to access the system, the page you will be prompted for the initial configuration.

Initial configuration n/A

Select “Create Your Account “from the image above to Create the account.

Initial configuration -2

Enter the site name, user’s full name, email address, and password to proceed to the next step.

Initial configuration -3

On the current page, instead of typing someone else’s email, just click “I’ll do this laster, take me to my site”. The Ghost management page is displayed.

At this point, the Ghost installation configuration is complete.

Ghost, a preliminary study

  1. Ghost Management Interface

After the installation and configuration is complete, the management page is displayed. As shown below, the management menu is on the left and the home page is on the right.

Ghost Management Interface

  1. Ghost Local System home page

According to the installation steps, Ghost uses local port 2368. Open your browser and visit http://localhost:2368 to access your local system home page.

Ghost Local Home Page

conclusion

Ghost introduction, installation configuration is introduced here.

Welcome to comment and discuss. This article is referred to -bjbsair.com/2020-03-22/… The most famous and widely used name in the Node. js world is Ghost. According to the latest information on the official website, Ghost has been downloaded and installed over 2,000,000 times worldwide.

Ghost is a non-profit organization founded in April 2013. The company’s mission is to create the best open source tools for independent journalists and writers around the world and make a real impact on the future of online media.

Ghost homepage

Ghost is faster and lighter than traditional WordPress.

Blog PK

Since there are many popular blogs now, why choose Ghost, we first look at the function PK.

As you can see from the figure above, Ghost has some advantages over both open source and commercial closed source blogs. Especially in the following aspects.

  • security
  • SEO, Ghost comes with SEO
  • REST API
  • SDK
  • Front end framework support, which is important, Ghost supports multiple front end frameworks including Vue, which WordPress does not have.

It’s a good decision for front-end engineers to choose Ghost as their own technical blog.

Ghost framework

Ghost Architecture

Architecturally, on the front end, Ghost supports H5 as well as mobile devices. Database is mainly relational database, including SQLite, MySQL and so on. Cloud storage is also supported, including Azure and Amazon’s S3.

Framework

As we can see from this figure, Ghost provides the command line Ghost CLI tool, which we will use later in the Ghost installation. Ghost Admin Client, support multiple platforms, including Windows, Linux, Mac and so on. For Web processing, Ghost uses the Express framework.

In front of the framework support, highlighted the powerful Ghost, in addition to its own Themes, but also support a number of frameworks, including VuePress, etc..

The front frame

Ghost installation

Very simple installation, only need to be divided into two steps, one is to install Ghost-CLI, the second step is through the Ghost command for local installation. The premise is that the Node.js environment must be installed.

  1. Install ghost-CLI, -g in the command line indicates global installation
D:\Program Files\nodejs>npm install ghost-cli@latest -g D:\Program Files\nodejs\node_global\ghost -> D:\Program Files\nodejs\node_global\node_modules\ghost-cli\bin\ghost + [email protected] added 68 packages from 31 ficolin-3. removed 23 packages and updated 68 packagesin171.586 sCopy the code
  1. Install locally via Ghost
D:\Projects\ghost>ghost install local√ Checking System node. js version √ Checking current Folder Permissions √ Checking memory availability √ CheckingforLatest Ghost Version √ Setting up Install Directory √ Downloading and installing Ghost V3.11.0 √ Finishing Install Process √ Configuring Ghost √ Setting up instance √ Starting Ghost Ghost uses direct mail by default.toset up an alternative email method read our docs at https://ghost.org/docs/concepts/config/#mail  
  
------------------------------------------------------------------------------  
  
Ghost was installed successfully! To complete setup of your publication, visit:  
  
    http://localhost:2368/ghost/
Copy the code

After installation, Ghost will be automatically started by Node.js. This can be accessed via the URL above.

  1. The initial configuration

Ghost installed at http://localhost:2368/ghost/ to access the system, the page you will be prompted for the initial configuration.

Initial configuration n/A

Select “Create Your Account “from the image above to Create the account.

Initial configuration -2

Enter the site name, user’s full name, email address, and password to proceed to the next step.

Initial configuration -3

On the current page, instead of typing someone else’s email, just click “I’ll do this laster, take me to my site”. The Ghost management page is displayed.

At this point, the Ghost installation configuration is complete.

Ghost, a preliminary study

  1. Ghost Management Interface

After the installation and configuration is complete, the management page is displayed. As shown below, the management menu is on the left and the home page is on the right.

Ghost Management Interface

  1. Ghost Local System home page

According to the installation steps, Ghost uses local port 2368. Open your browser and visit http://localhost:2368 to access your local system home page.

Ghost Local Home Page

conclusion

Ghost introduction, installation configuration is introduced here.

Welcome to comment and discuss. This article is referred to -bjbsair.com/2020-03-22/… The most famous and widely used name in the Node. js world is Ghost. According to the latest information on the official website, Ghost has been downloaded and installed over 2,000,000 times worldwide.

Ghost is a non-profit organization founded in April 2013. The company’s mission is to create the best open source tools for independent journalists and writers around the world and make a real impact on the future of online media.

Ghost homepage

Ghost is faster and lighter than traditional WordPress.

Blog PK

Since there are many popular blogs now, why choose Ghost, we first look at the function PK.

As you can see from the figure above, Ghost has some advantages over both open source and commercial closed source blogs. Especially in the following aspects.

  • security
  • SEO, Ghost comes with SEO
  • REST API
  • SDK
  • Front end framework support, which is important, Ghost supports multiple front end frameworks including Vue, which WordPress does not have.

It’s a good decision for front-end engineers to choose Ghost as their own technical blog.

Ghost framework

Ghost Architecture

Architecturally, on the front end, Ghost supports H5 as well as mobile devices. Database is mainly relational database, including SQLite, MySQL and so on. Cloud storage is also supported, including Azure and Amazon’s S3.

Framework

As we can see from this figure, Ghost provides the command line Ghost CLI tool, which we will use later in the Ghost installation. Ghost Admin Client, support multiple platforms, including Windows, Linux, Mac and so on. For Web processing, Ghost uses the Express framework.

In front of the framework support, highlighted the powerful Ghost, in addition to its own Themes, but also support a number of frameworks, including VuePress, etc..

The front frame

Ghost installation

Very simple installation, only need to be divided into two steps, one is to install Ghost-CLI, the second step is through the Ghost command for local installation. The premise is that the Node.js environment must be installed.

  1. Install ghost-CLI, -g in the command line indicates global installation
D:\Program Files\nodejs>npm install ghost-cli@latest -g D:\Program Files\nodejs\node_global\ghost -> D:\Program Files\nodejs\node_global\node_modules\ghost-cli\bin\ghost + [email protected] added 68 packages from 31 ficolin-3. removed 23 packages and updated 68 packagesin171.586 sCopy the code
  1. Install locally via Ghost
D:\Projects\ghost>ghost install local√ Checking System node. js version √ Checking current Folder Permissions √ Checking memory availability √ CheckingforLatest Ghost Version √ Setting up Install Directory √ Downloading and installing Ghost V3.11.0 √ Finishing Install Process √ Configuring Ghost √ Setting up instance √ Starting Ghost Ghost uses direct mail by default.toset up an alternative email method read our docs at https://ghost.org/docs/concepts/config/#mail  
  
------------------------------------------------------------------------------  
  
Ghost was installed successfully! To complete setup of your publication, visit:  
  
    http://localhost:2368/ghost/
Copy the code

After installation, Ghost will be automatically started by Node.js. This can be accessed via the URL above.

  1. The initial configuration

Ghost installed at http://localhost:2368/ghost/ to access the system, the page you will be prompted for the initial configuration.

Initial configuration n/A

Select “Create Your Account “from the image above to Create the account.

Initial configuration -2

Enter the site name, user’s full name, email address, and password to proceed to the next step.

Initial configuration -3

On the current page, instead of typing someone else’s email, just click “I’ll do this laster, take me to my site”. The Ghost management page is displayed.

At this point, the Ghost installation configuration is complete.

Ghost, a preliminary study

  1. Ghost Management Interface

After the installation and configuration is complete, the management page is displayed. As shown below, the management menu is on the left and the home page is on the right.

Ghost Management Interface

  1. Ghost Local System home page

According to the installation steps, Ghost uses local port 2368. Open your browser and visit http://localhost:2368 to access your local system home page.

Ghost Local Home Page

conclusion

Ghost introduction, installation configuration is introduced here.

Welcome to comment and discuss. This article is referred to -bjbsair.com/2020-03-22/… The most famous and widely used name in the Node. js world is Ghost. According to the latest information on the official website, Ghost has been downloaded and installed over 2,000,000 times worldwide.

Ghost is a non-profit organization founded in April 2013. The company’s mission is to create the best open source tools for independent journalists and writers around the world and make a real impact on the future of online media.

Ghost homepage

Ghost is faster and lighter than traditional WordPress.

Blog PK

Since there are many popular blogs now, why choose Ghost, we first look at the function PK.

As you can see from the figure above, Ghost has some advantages over both open source and commercial closed source blogs. Especially in the following aspects.

  • security
  • SEO, Ghost comes with SEO
  • REST API
  • SDK
  • Front end framework support, which is important, Ghost supports multiple front end frameworks including Vue, which WordPress does not have.

It’s a good decision for front-end engineers to choose Ghost as their own technical blog.

Ghost framework

Ghost Architecture

Architecturally, on the front end, Ghost supports H5 as well as mobile devices. Database is mainly relational database, including SQLite, MySQL and so on. Cloud storage is also supported, including Azure and Amazon’s S3.

Framework

As we can see from this figure, Ghost provides the command line Ghost CLI tool, which we will use later in the Ghost installation. Ghost Admin Client, support multiple platforms, including Windows, Linux, Mac and so on. For Web processing, Ghost uses the Express framework.

In front of the framework support, highlighted the powerful Ghost, in addition to its own Themes, but also support a number of frameworks, including VuePress, etc..

The front frame

Ghost installation

Very simple installation, only need to be divided into two steps, one is to install Ghost-CLI, the second step is through the Ghost command for local installation. The premise is that the Node.js environment must be installed.

  1. Install ghost-CLI, -g in the command line indicates global installation
D:\Program Files\nodejs>npm install ghost-cli@latest -g D:\Program Files\nodejs\node_global\ghost -> D:\Program Files\nodejs\node_global\node_modules\ghost-cli\bin\ghost + [email protected] added 68 packages from 31 ficolin-3. removed 23 packages and updated 68 packagesin171.586 sCopy the code
  1. Install locally via Ghost
D:\Projects\ghost>ghost install local√ Checking System node. js version √ Checking current Folder Permissions √ Checking memory availability √ CheckingforLatest Ghost Version √ Setting up Install Directory √ Downloading and installing Ghost V3.11.0 √ Finishing Install Process √ Configuring Ghost √ Setting up instance √ Starting Ghost Ghost uses direct mail by default.toset up an alternative email method read our docs at https://ghost.org/docs/concepts/config/#mail  
  
------------------------------------------------------------------------------  
  
Ghost was installed successfully! To complete setup of your publication, visit:  
  
    http://localhost:2368/ghost/
Copy the code

After installation, Ghost will be automatically started by Node.js. This can be accessed via the URL above.

  1. The initial configuration

Ghost installed at http://localhost:2368/ghost/ to access the system, the page you will be prompted for the initial configuration.

Initial configuration n/A

Select “Create Your Account “from the image above to Create the account.

Initial configuration -2

Enter the site name, user’s full name, email address, and password to proceed to the next step.

Initial configuration -3

On the current page, instead of typing someone else’s email, just click “I’ll do this laster, take me to my site”. The Ghost management page is displayed.

At this point, the Ghost installation configuration is complete.

Ghost, a preliminary study

  1. Ghost Management Interface

After the installation and configuration is complete, the management page is displayed. As shown below, the management menu is on the left and the home page is on the right.

Ghost Management Interface

  1. Ghost Local System home page

According to the installation steps, Ghost uses local port 2368. Open your browser and visit http://localhost:2368 to access your local system home page.

Ghost Local Home Page

conclusion

Ghost introduction, installation configuration is introduced here.

Welcome to comment and discuss. This article is referred to -bjbsair.com/2020-03-22/… The most famous and widely used name in the Node. js world is Ghost. According to the latest information on the official website, Ghost has been downloaded and installed over 2,000,000 times worldwide.

Ghost is a non-profit organization founded in April 2013. The company’s mission is to create the best open source tools for independent journalists and writers around the world and make a real impact on the future of online media.

Ghost homepage

Ghost is faster and lighter than traditional WordPress.

Blog PK

Since there are many popular blogs now, why choose Ghost, we first look at the function PK.

As you can see from the figure above, Ghost has some advantages over both open source and commercial closed source blogs. Especially in the following aspects.

  • security
  • SEO, Ghost comes with SEO
  • REST API
  • SDK
  • Front end framework support, which is important, Ghost supports multiple front end frameworks including Vue, which WordPress does not have.

It’s a good decision for front-end engineers to choose Ghost as their own technical blog.

Ghost framework

Ghost Architecture

Architecturally, on the front end, Ghost supports H5 as well as mobile devices. Database is mainly relational database, including SQLite, MySQL and so on. Cloud storage is also supported, including Azure and Amazon’s S3.

Framework

As we can see from this figure, Ghost provides the command line Ghost CLI tool, which we will use later in the Ghost installation. Ghost Admin Client, support multiple platforms, including Windows, Linux, Mac and so on. For Web processing, Ghost uses the Express framework.

In front of the framework support, highlighted the powerful Ghost, in addition to its own Themes, but also support a number of frameworks, including VuePress, etc..

The front frame

Ghost installation

Very simple installation, only need to be divided into two steps, one is to install Ghost-CLI, the second step is through the Ghost command for local installation. The premise is that the Node.js environment must be installed.

  1. Install ghost-CLI, -g in the command line indicates global installation
D:\Program Files\nodejs>npm install ghost-cli@latest -g D:\Program Files\nodejs\node_global\ghost -> D:\Program Files\nodejs\node_global\node_modules\ghost-cli\bin\ghost + [email protected] added 68 packages from 31 ficolin-3. removed 23 packages and updated 68 packagesin171.586 sCopy the code
  1. Install locally via Ghost
D:\Projects\ghost>ghost install local√ Checking System node. js version √ Checking current Folder Permissions √ Checking memory availability √ CheckingforLatest Ghost Version √ Setting up Install Directory √ Downloading and installing Ghost V3.11.0 √ Finishing Install Process √ Configuring Ghost √ Setting up instance √ Starting Ghost Ghost uses direct mail by default.toset up an alternative email method read our docs at https://ghost.org/docs/concepts/config/#mail  
  
------------------------------------------------------------------------------  
  
Ghost was installed successfully! To complete setup of your publication, visit:  
  
    http://localhost:2368/ghost/
Copy the code

After installation, Ghost will be automatically started by Node.js. This can be accessed via the URL above.

  1. The initial configuration

Ghost installed at http://localhost:2368/ghost/ to access the system, the page you will be prompted for the initial configuration.

Initial configuration n/A

Select “Create Your Account “from the image above to Create the account.

Initial configuration -2

Enter the site name, user’s full name, email address, and password to proceed to the next step.

Initial configuration -3

On the current page, instead of typing someone else’s email, just click “I’ll do this laster, take me to my site”. The Ghost management page is displayed.

At this point, the Ghost installation configuration is complete.

Ghost, a preliminary study

  1. Ghost Management Interface

After the installation and configuration is complete, the management page is displayed. As shown below, the management menu is on the left and the home page is on the right.

Ghost Management Interface

  1. Ghost Local System home page

According to the installation steps, Ghost uses local port 2368. Open your browser and visit http://localhost:2368 to access your local system home page.

Ghost Local Home Page

conclusion

Ghost introduction, installation configuration is introduced here.

Welcome to comment and discuss. This article is referred to -bjbsair.com/2020-03-22/… The most famous and widely used name in the Node. js world is Ghost. According to the latest information on the official website, Ghost has been downloaded and installed over 2,000,000 times worldwide.

Ghost is a non-profit organization founded in April 2013. The company’s mission is to create the best open source tools for independent journalists and writers around the world and make a real impact on the future of online media.

Ghost homepage

Ghost is faster and lighter than traditional WordPress.

Blog PK

Since there are many popular blogs now, why choose Ghost, we first look at the function PK.

As you can see from the figure above, Ghost has some advantages over both open source and commercial closed source blogs. Especially in the following aspects.

  • security
  • SEO, Ghost comes with SEO
  • REST API
  • SDK
  • Front end framework support, which is important, Ghost supports multiple front end frameworks including Vue, which WordPress does not have.

It’s a good decision for front-end engineers to choose Ghost as their own technical blog.

Ghost framework

Ghost Architecture

Architecturally, on the front end, Ghost supports H5 as well as mobile devices. Database is mainly relational database, including SQLite, MySQL and so on. Cloud storage is also supported, including Azure and Amazon’s S3.

Framework

As we can see from this figure, Ghost provides the command line Ghost CLI tool, which we will use later in the Ghost installation. Ghost Admin Client, support multiple platforms, including Windows, Linux, Mac and so on. For Web processing, Ghost uses the Express framework.

In front of the framework support, highlighted the powerful Ghost, in addition to its own Themes, but also support a number of frameworks, including VuePress, etc..

The front frame

Ghost installation

Very simple installation, only need to be divided into two steps, one is to install Ghost-CLI, the second step is through the Ghost command for local installation. The premise is that the Node.js environment must be installed.

  1. Install ghost-CLI, -g in the command line indicates global installation
D:\Program Files\nodejs>npm install ghost-cli@latest -g D:\Program Files\nodejs\node_global\ghost -> D:\Program Files\nodejs\node_global\node_modules\ghost-cli\bin\ghost + [email protected] added 68 packages from 31 ficolin-3. removed 23 packages and updated 68 packagesin171.586 sCopy the code
  1. Install locally via Ghost
D:\Projects\ghost>ghost install local√ Checking System node. js version √ Checking current Folder Permissions √ Checking memory availability √ CheckingforLatest Ghost Version √ Setting up Install Directory √ Downloading and installing Ghost V3.11.0 √ Finishing Install Process √ Configuring Ghost √ Setting up instance √ Starting Ghost Ghost uses direct mail by default.toset up an alternative email method read our docs at https://ghost.org/docs/concepts/config/#mail  
  
------------------------------------------------------------------------------  
  
Ghost was installed successfully! To complete setup of your publication, visit:  
  
    http://localhost:2368/ghost/
Copy the code

After installation, Ghost will be automatically started by Node.js. This can be accessed via the URL above.

  1. The initial configuration

Ghost installed at http://localhost:2368/ghost/ to access the system, the page you will be prompted for the initial configuration.

Initial configuration n/A

Select “Create Your Account “from the image above to Create the account.

Initial configuration -2

Enter the site name, user’s full name, email address, and password to proceed to the next step.

Initial configuration -3

On the current page, instead of typing someone else’s email, just click “I’ll do this laster, take me to my site”. The Ghost management page is displayed.

At this point, the Ghost installation configuration is complete.

Ghost, a preliminary study

  1. Ghost Management Interface

After the installation and configuration is complete, the management page is displayed. As shown below, the management menu is on the left and the home page is on the right.

Ghost Management Interface

  1. Ghost Local System home page

According to the installation steps, Ghost uses local port 2368. Open your browser and visit http://localhost:2368 to access your local system home page.

Ghost Local Home Page

conclusion

Ghost introduction, installation configuration is introduced here.

Welcome to comment and discuss. This article is referred to -bjbsair.com/2020-03-22/… The most famous and widely used name in the Node. js world is Ghost. According to the latest information on the official website, Ghost has been downloaded and installed over 2,000,000 times worldwide.

Ghost is a non-profit organization founded in April 2013. The company’s mission is to create the best open source tools for independent journalists and writers around the world and make a real impact on the future of online media.

Ghost homepage

Ghost is faster and lighter than traditional WordPress.

Blog PK

Since there are many popular blogs now, why choose Ghost, we first look at the function PK.

As you can see from the figure above, Ghost has some advantages over both open source and commercial closed source blogs. Especially in the following aspects.

  • security
  • SEO, Ghost comes with SEO
  • REST API
  • SDK
  • Front end framework support, which is important, Ghost supports multiple front end frameworks including Vue, which WordPress does not have.

It’s a good decision for front-end engineers to choose Ghost as their own technical blog.

Ghost framework

Ghost Architecture

Architecturally, on the front end, Ghost supports H5 as well as mobile devices. Database is mainly relational database, including SQLite, MySQL and so on. Cloud storage is also supported, including Azure and Amazon’s S3.

Framework

As we can see from this figure, Ghost provides the command line Ghost CLI tool, which we will use later in the Ghost installation. Ghost Admin Client, support multiple platforms, including Windows, Linux, Mac and so on. For Web processing, Ghost uses the Express framework.

In front of the framework support, highlighted the powerful Ghost, in addition to its own Themes, but also support a number of frameworks, including VuePress, etc..

The front frame

Ghost installation

Very simple installation, only need to be divided into two steps, one is to install Ghost-CLI, the second step is through the Ghost command for local installation. The premise is that the Node.js environment must be installed.

  1. Install ghost-CLI, -g in the command line indicates global installation
D:\Program Files\nodejs>npm install ghost-cli@latest -g D:\Program Files\nodejs\node_global\ghost -> D:\Program Files\nodejs\node_global\node_modules\ghost-cli\bin\ghost + [email protected] added 68 packages from 31 ficolin-3. removed 23 packages and updated 68 packagesin171.586 sCopy the code
  1. Install locally via Ghost
D:\Projects\ghost>ghost install local√ Checking System node. js version √ Checking current Folder Permissions √ Checking memory availability √ CheckingforLatest Ghost Version √ Setting up Install Directory √ Downloading and installing Ghost V3.11.0 √ Finishing Install Process √ Configuring Ghost √ Setting up instance √ Starting Ghost Ghost uses direct mail by default.toset up an alternative email method read our docs at https://ghost.org/docs/concepts/config/#mail  
  
------------------------------------------------------------------------------  
  
Ghost was installed successfully! To complete setup of your publication, visit:  
  
    http://localhost:2368/ghost/
Copy the code

After installation, Ghost will be automatically started by Node.js. This can be accessed via the URL above.

  1. The initial configuration

Ghost installed at http://localhost:2368/ghost/ to access the system, the page you will be prompted for the initial configuration.

Initial configuration n/A

Select “Create Your Account “from the image above to Create the account.

Initial configuration -2

Enter the site name, user’s full name, email address, and password to proceed to the next step.

Initial configuration -3

On the current page, instead of typing someone else’s email, just click “I’ll do this laster, take me to my site”. The Ghost management page is displayed.

At this point, the Ghost installation configuration is complete.

Ghost, a preliminary study

  1. Ghost Management Interface

After the installation and configuration is complete, the management page is displayed. As shown below, the management menu is on the left and the home page is on the right.

Ghost Management Interface

  1. Ghost Local System home page

According to the installation steps, Ghost uses local port 2368. Open your browser and visit http://localhost:2368 to access your local system home page.

Ghost Local Home Page

conclusion

Ghost introduction, installation configuration is introduced here.

Welcome to comment and discuss. This article is referred to -bjbsair.com/2020-03-22/… The most famous and widely used name in the Node. js world is Ghost. According to the latest information on the official website, Ghost has been downloaded and installed over 2,000,000 times worldwide.

Ghost is a non-profit organization founded in April 2013. The company’s mission is to create the best open source tools for independent journalists and writers around the world and make a real impact on the future of online media.

Ghost homepage

Ghost is faster and lighter than traditional WordPress.

Blog PK

Since there are many popular blogs now, why choose Ghost, we first look at the function PK.

As you can see from the figure above, Ghost has some advantages over both open source and commercial closed source blogs. Especially in the following aspects.

  • security
  • SEO, Ghost comes with SEO
  • REST API
  • SDK
  • Front end framework support, which is important, Ghost supports multiple front end frameworks including Vue, which WordPress does not have.

It’s a good decision for front-end engineers to choose Ghost as their own technical blog.

Ghost framework

Ghost Architecture

Architecturally, on the front end, Ghost supports H5 as well as mobile devices. Database is mainly relational database, including SQLite, MySQL and so on. Cloud storage is also supported, including Azure and Amazon’s S3.

Framework

As we can see from this figure, Ghost provides the command line Ghost CLI tool, which we will use later in the Ghost installation. Ghost Admin Client, support multiple platforms, including Windows, Linux, Mac and so on. For Web processing, Ghost uses the Express framework.

In front of the framework support, highlighted the powerful Ghost, in addition to its own Themes, but also support a number of frameworks, including VuePress, etc..

The front frame

Ghost installation

Very simple installation, only need to be divided into two steps, one is to install Ghost-CLI, the second step is through the Ghost command for local installation. The premise is that the Node.js environment must be installed.

  1. Install ghost-CLI, -g in the command line indicates global installation
D:\Program Files\nodejs>npm install ghost-cli@latest -g D:\Program Files\nodejs\node_global\ghost -> D:\Program Files\nodejs\node_global\node_modules\ghost-cli\bin\ghost + [email protected] added 68 packages from 31 ficolin-3. removed 23 packages and updated 68 packagesin171.586 sCopy the code
  1. Install locally via Ghost
D:\Projects\ghost>ghost install local√ Checking System node. js version √ Checking current Folder Permissions √ Checking memory availability √ CheckingforLatest Ghost Version √ Setting up Install Directory √ Downloading and installing Ghost V3.11.0 √ Finishing Install Process √ Configuring Ghost √ Setting up instance √ Starting Ghost Ghost uses direct mail by default.toset up an alternative email method read our docs at https://ghost.org/docs/concepts/config/#mail  
  
------------------------------------------------------------------------------  
  
Ghost was installed successfully! To complete setup of your publication, visit:  
  
    http://localhost:2368/ghost/
Copy the code

After installation, Ghost will be automatically started by Node.js. This can be accessed via the URL above.

  1. The initial configuration

Ghost installed at http://localhost:2368/ghost/ to access the system, the page you will be prompted for the initial configuration.

Initial configuration n/A

Select “Create Your Account “from the image above to Create the account.

Initial configuration -2

Enter the site name, user’s full name, email address, and password to proceed to the next step.

Initial configuration -3

On the current page, instead of typing someone else’s email, just click “I’ll do this laster, take me to my site”. The Ghost management page is displayed.

At this point, the Ghost installation configuration is complete.

Ghost, a preliminary study

  1. Ghost Management Interface

After the installation and configuration is complete, the management page is displayed. As shown below, the management menu is on the left and the home page is on the right.

Ghost Management Interface

  1. Ghost Local System home page

According to the installation steps, Ghost uses local port 2368. Open your browser and visit http://localhost:2368 to access your local system home page.

Ghost Local Home Page

conclusion

Ghost introduction, installation configuration is introduced here.

Welcome to comment and discuss.