Skip to content

ciandt-china-dev/hackathon-wechat-message-push

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Set Up Development Environment

Use Virtualbox (Windows/Linux)

  1. Update GEM source

    Install gem package within China is extremely slow, has to use mirror inside China, https://ruby.taobao.org.

    • Version 1.8.0 older

      Run which vagrant within Cygwin shell to get vagrant installation location. Locate embedded/gems/gems/vagrant-*/lib/vagrant/bundler.rb in the vagrant installation location, replace all https://rubygems.org with https://ruby.taobao.org, delete line gemfile.puts(%Q[source "http://gems.hashicorp.com"]).

      It has be done this way because Vagrant before 1.8.0 does not provide any option to change its builtin gem's sources

    • Version 1.8.0 and newer

      Use vagrant plugin install --plugin-clean-sources --plugin-source https://ruby.taobao.org [PLUGIN] to intall the plugin.

    See http://ruby.taobao.org/

  2. Install 'vagrant-winnfsd'

    vagrant plugin install vagrant-winnfsd

    See https://github.com/winnfsd/vagrant-winnfsd

  3. Install 'vagrant-hostsupdater'

    vagrant plugin install vagrant-hostsupdater

    See https://github.com/cogitatio/vagrant-hostsupdater

  4. Grant write permissions to everyone of the following file

    C:\windows\system32\etc\hosts

  5. Boot the machine

    vagrant up

  6. Visit 'http://wechat-push.vagrant' or 'https://wechat-push.vagrant'

Use Docker (Linux)

TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •