Giter VIP home page Giter VIP logo

v2ray-cloudfoundry's Introduction

# v2ray-cloudfoundry

push v2ray on ibm cloudfoundry

english:

//open ibm shell

git clone https://github.com/badafans/v2ray-cloudfoundry.git

cd v2ray-cloudfoundry/v2ray

chmod +x *

//you can edit config.json as you want

cd ..

//edit manifest.yml

applications:

- path: .

  name: GetStartedGo//change this name to your cloudfoundry name

  random-route: true

  memory: 128M//change memory to 64M,128M,256M

ibmcloud target --cf

ibmcloud cf push

//waiting cloudfoundry restart success!

中文说明:

//打开ibm官方shell,注意不是容器的ssh

git clone https://github.com/badafans/v2ray-cloudfoundry.git

cd v2ray-cloudfoundry/v2ray

chmod +x *

//你可以自定义修改v2ray的配置文件 config.json

cd ..

这里要自己去修改 manifest.yml文件

applications:

- path: .

  name: GetStartedGo//这里改成你的容器的名称

  random-route: true

  memory: 128M//这里改成你的容器的内存

ibmcloud target --cf

ibmcloud cf push

//等待cloud foundry重启成功!

v2ray-cloudfoundry's People

Contributors

badafans avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.