1. Install packages

     sudo apt-get update
    sudo apt-get install -y curl
    curl -sSL https://git.io/vVHhe | bash
  2. Install Nginx
     curl -sSL https://git.io/vVHhf | bash
  3. Install RVM & Ruby
     curl -sSL https://git.io/vVHhJ | bash

    Or use Ruby China mirror site for RubyGems and Ruby

     MIRROR=1 curl -sSL https://git.io/vVHhJ | bash

    run this to check

        ruby -v
    rvm -v
  4. Install MongoDB
     curl -sSL https://git.io/vVHhT | bash
  5. Install Redis
     curl -sSL https://git.io/vVHhk | bash
  6. Install ElasticSearch
      curl -sSL https://git.io/vVHhm | bash
    sudo service elasticsearch status
  7. Install Docker
    curl -sSL https://git.io/vPypp | bash
    sudo docker info
  8. seats system
     git clone https://github.com/xxxx.xxxx.git
    cd library_xxxx/
    bundle install
    apt-get install mysql-server
    rake db:create
    rake db:migrate
    whenever -i
    rails server
  9. runing server

最新文章

  1. iOS 对象和json互相转换
  2. C#通过WatiN操作页面中内嵌的Iframe
  3. .net的垃圾回收机制简述
  4. 如何定制你自己的jQuery
  5. Spring第十一篇——–Spring整合Hibernate之配置数据源
  6. Oracle数据库—— 存储过程与函数的创建
  7. Python Generators(生成器)--yield
  8. Windows平台下为Python添加MySQL支持
  9. AssetManager asset使用
  10. CRUD功能的JqGrid表格
  11. 开源图像标注工具labelme的安装使用及汉化
  12. 【zabbix教程系列】二、zabbix特点
  13. nginx实现nginx/tomcat负载均衡
  14. JDBC之 连接池
  15. ios持久化存储
  16. Python 使用CPickle和pickle模块进行序列化和反序列化
  17. pycharm + git实现两台电脑代码同步
  18. Spark源码分析之八:Task运行(二)
  19. bounds 和frame区别
  20. 做运动(Dijkstra+并查集+MST)

热门文章

  1. -webkit-line-clamp 多行文字溢出...
  2. [DeeplearningAI笔记]序列模型1.7-1.9RNN对新序列采样/GRU门控循环神经网络
  3. CSS3方法总汇
  4. HDU6130 签到题 打表
  5. Python学习笔记(四十三)virtualenv (创建一套“隔离”的Python运行环境)
  6. 【洛谷 P4542】 [ZJOI2011]营救皮卡丘(费用流)
  7. python 版本zabbix_sender
  8. 商城项目(ssm+dubbo+nginx+mysql统合项目)总结(1)
  9. Lucene7.2.1系列(三)查询及高亮
  10. [006] largest_common_substring