Nodejs, MongoDB, Subversion Environment building

Source: Internet
Author: User
Tags svn tortoisesvn

Nodejs Environment


1, install Nodejs to C:\nodejs

Https://nodejs.org/dist/v4.4.5/node-v4.4.5-x64.msi


2, install Nodejs plug-in, command line

d:\oldproject\web\mean-npbao>npm

D:\OLDPROJECT\WEB\MEAN-NPBAO>NPM Install GRUNT-CLI


3. Start Nodejs Application

D:\oldproject\web\mean-npbao>grunt



MongoDB Environment and configuration

1. Installing MongoDB to D:\MongoDB

Https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.0.12-signed.msi


2. Start

D:\mongodb\server\3.0\bin>mongod--dbpath D:\MongoDB\data


3. Open the MONGDB command line

D:\mongodb\server\3.0\bin>mongo



Subversion Server Configuration


1. Download client and server

Service side: Http://120.52.73.44/jaist.dl.sourceforge.net/project/win32svn/1.8.16/Setup-Subversion-1.8.16.msi

Client: http://120.52.73.46/jaist.dl.sourceforge.net/project/tortoisesvn/1.9.4/Application/ Tortoisesvn-1.9.4.27285-x64-svn-1.9.4.msi

Client Language pack: Http://heanet.dl.sourceforge.net/project/tortoisesvn/1.9.4/Language%20Packs/LanguagePack_1.9.4.27285-x64-zh_CN.msi


2. Install the server and client

The client chooses to install the command-line tool, or some development tools cannot use it.


3. Configure SVN Services

D:\Program files (x86) \SUBVERSION\BIN>SC create Svnserve binpath= "D:\Program files (x86) \subversion\bin\ Svnserve.exe--service-r d:\mysvn "depend= Tcpip start= Auto


4, configure the warehouse and account, permissions

A. Create the repository root directory: Create folder D:\mysvn

B, add Warehouse: Create a warehouse named demo D:\Program Files (x86) \subversion\bin>svnadmin Create D:/mysvn/demo

C, configuration Warehouse: Require password authentication, open D:\mysvn\demo\conf\svnserve.conf, configure

Password-db = passwd

Authz-db = Authz

D, configure user and password: Configure D:\MYSVN\DEMO\CONF\PASSWD, add new user and set password

Leizm=leizm123

E. Configure the users and permissions for the Access warehouse:

[demo:/]

Leizm=rw


This article is from the lava blog, so be sure to keep this source http://lavasoft.blog.51cto.com/62575/1787916

Nodejs, MongoDB, Subversion Environment building

Related Article

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.