This article describes how to install the Ghost blog platform on Ubuntu. for more information about how to install Ghost on Ubuntu Server 14.04 LTS (Trusty.
Ghost is a well-designed release platform that is easy to use and free to anyone. It is a free open-source software (FOSS) and its source code is on Github. As of January 2015 (LCTT: the original article is
Ghost is an open source blog platform (open source blogging platform) built on node. JS, with an easy-to-use writing interface and experience.1. Install nodeInstall npm:http://blog.csdn.net/yczz/article/details/6938260 under WindowsFirst step: Download the Windows version of
Node. js blog instance (5) Editing and deletion functions, node. js instance
Original tutorial.
Now, you can edit or delete an article for a blog.
When a user is online, he or she is allowed to edit or delete only the published ar
has been learning node for some time, before the Great node. js, the basic understanding of some of the basic usage of node and some concepts, and then began to see the second node. JS Combat, the first chapter is to build a
Node. js blog instance (6) message function, node. js instance
Original tutorial.
This function enables users to leave messages for articles. The messages are stored in the database.
Post. js, modify the document to be saved in Po
Node. js blog instance (9) Tag and tag page, node. js instance
Original tutorial.
Each article has a maximum of three tags (less than three tags can also be). When you click the link on the left-side tab of the home page, you can jump to the tab and list all existing tags. W
This article describes how to install Node. JS on Amazon's one-year free plan, NPM, and OurJS Blog system ., For more information, see Debian for the Community edition. The operation commands of Debian and Ubuntu are in the same line, I am familiar with it. The following installation process is also applicable to the installation of
Node. js blog instance (7) Paging function, node. js Paging
Original tutorial.
Adds the paging function to the homepage and user pages of a blog. Set: up to 10 articles can be displayed on each page of the home page and user page.
Node. js public platform development tutorial, node. js public
How can nodejs be used to develop public platforms?
Let's not talk about anything more. First, let's briefly introduce the basic principles of the public platform.
The
This article mainly shares with you the node. js public platform development tutorial. If you are interested, please refer to it.
How can nodejs be used to develop public platforms?
Let's not talk about anything more. First, let's briefly introduce the basic principles of the public platform.
The server is equivalent
Node. js blog instance (10) pv statistics and message statistics, node. jspv
Original tutorial.
In post. js, modify var post = {...} To (after each change, clear e:/mongodb/blog ):
// Document var post = {name: this. name, time:
First we set up this library under the command line:Then we introduce the MongoDB module into the project:var Mongoclient = require (' MongoDB '). mongoclient; var Db_str = "Mongodb://localhost:27017/blog"; // Here's a library built under MongoDB. var ObjectId = require (' MongoDB '). ObjectId; // This is mainly used to deal with MONGODB under the IDThis enables MongoDB in the project to successfully introduce ...Killing Thunder Dog---
No more nonsense, we're working directly ...Open the Black window directly under the directory:Then we'll start to look at the files we've created:Then we start to create the catalog under the project:From here we can clearly see that our catalogue is separated from the previous background, the introduction of the template is also very simple, as shown in:This allows Chen Gong access to our front end,,,Killing Thunder Dog---node.
node. JS Lightweight cross-platform image codec libraryGithub:https://github.com/zhangyuanwei/node-imagesFeatures Functional characteristics
Lightweight: No need to install any image processing libraries.
Cross-platform: a compiled.
Mysql Database Configuration and connection on the node. js platform, node. jsmysql
First download the mysql module package
Npm install mysql -- save-dev
Create a module for the database and put it in a file.
Var mysql = require ("mysql"); exports. connect = function (SQL, param, callback) {var db = mysql. createCo
Crawl target: That's my own blog: http://www.cnblogs.com/ghostwu/Features that need to be implemented:Crawl Blog All article title, hyperlinks, article summaries, release timeLibraries that need to be used:node. js comes with the HTTP libraryThird party libraries: Cheerio, this library is used to handle the DOM node, h
Teach you how to deploy the Node. js application on heroku cloud platform, herokunode. js
Although AWS has also launched its own PaaS platform called Elastic Beanstalk, heroku has many third-party add-on, such as MongoDB, mysql, redis, and memcached, there are also various p
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.