Use Coding.net to host the source code (you can store private items for free) (reprint)

Source: Internet
Author: User
Tags install wordpress

Coding.net is a new project management platform in China, which mainly includes: code hosting, online running environment, monitoring code quality, and social functions. Online operating environment supports multiple languages such as Java, Ruby, node. js, PHP, Python, go, and more

Each account can create 1000 items, and unlike GitHub, free quotas do not differentiate between shared and private projects. 1G per project run space.

In fact, Coding.net's original intention is not to build a station, but a collaborative development platform. Binding domain names are not supported for the time being, but you can use the level two domain name (*.coding.io) provided by Coding.net.

Compared to the foreign host, because the coding server in the country, access speed is very good, all Chinese interface is more convenient to use.

Coding space Registered Account Coding official website

Official address: Http://coding.net

Activities for Moon cakes: Https://coding.net/moon/yifan

Click the Register button in the top right corner

Enter email, username, verification code

You will receive a prompt after registering

Go to email, click Activate connection

Set password, jump to control Panel after commit

Upload source program

Because coding does not support the traditional FTP and SSH format, it allows only git to manage project files.

Method One: Directly to the existing project fork a copy into the already built WordPress project

In the top right corner, click Fork


Note: This process is essentially a copy of someone else's project as a file for their new project. The advantage is that the operation is relatively simple, the disadvantage is that there is no way to customize the source program.

Method two: Upload via git

You can follow the steps below to upload the WordPress program, you can also refer to coding's official tutorial

Install Git (for Windows)

GIT website: http://www.git-scm.com/
git download: Http://www.git-scm.com/download/win

Note 1: Do not modify any configuration during the installation process, all using the Installation Wizard default options.

Note 2:mac System is recommended to install command line tools (the toolset contains Git 1.8.5); Linux system comes with Git

Click Create New Project

Fill in the name of the project and click Save

Download WordPress Source Code

Chinese Civil Service Network: http://cn.wordpress.org/
Download: Http://cn.wordpress.org/wordpress-3.9-zh_CN.zip

Unzip the zip archive and go to the WordPress directory

Right-click in the directory blank and choose Git Bash

Input in the Git bash interface (only need to be entered after the first git installation)
git config --global user.email "[email protected]"git config --global user.name "Your Name"

Note 1: Mailboxes and names can be replaced by your own, or can be copied directly.

Note 2: Each line must enter the end of the carriage return line, the same

Continue typing in git bash
git initgit add .git commit -m "version 3.9"git remote add origin https://coding.net/<coding.net中的用户名>/<项目名称>.gitgit push origin master


Note: The last step prompts for a user name and password

The deployment program clicks on the demo in the Control Panel and the following interface appears; Click Start Detection

Tick "I have read and know the above considerations", click on the function and jump back to the console of the demo platform

Modify the Access domain name, click OK

Switch to the Service Management page

In the top right corner, click Add Service

Select the MySQL service and tick bind created service to this project, then click OK

Click Connection information, note the MySQL database name (name), server name (hostname), User name (username), password (password)


Go back to the console page

Deploy the version to fill in master, click on one button to deploy

To access your site using a level two domain after the deployment is complete, click Create Profile

Click to start now

Fill in your database name (name), database host (hostname), User name (username), password (password)

Click to install

Fill in your site information, click Install wordpress

To this WordPress deployment is complete

Use Coding.net to host the source code (you can store private items for free) (reprint)

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.