• Foreman source guide
  • 序
  • 1. Chapter 1: Ruby基础
    • 1.1. Ruby的安装
    • 1.2. 数据类型
    • 1.3. 控制语句
    • 1.4. 一切皆对象
    • 1.5. 对象模型
    • 1.6. 块(block)
    • 1.7. 元编程
    • 1.8. Ruby Gem
    • 1.9. Bunder
  • 2. Chapter 2: Rails基础
    • 2.1. Rails是什么
    • 2.2. MVC架构
    • 2.3. Restful
    • 2.4. Rails组成与项目结构
    • 2.5. Rack
    • 2.6. ActiveRecord基础
    • 2.7. Rails Engine
    • 2.8. YAML配置文件
  • 3. Chapter 3: Foreman
    • 3.1. Foreman简介
    • 3.2. Foreman源码结构
    • 3.3. Smart Proxy
    • 3.4. Staypuft
  • 4. 参考
Powered by GitBook

Foreman source guide

参考

[Rails导读]

http://guides.rubyonrails.org/

[Theforeman Github]

https://github.com/theforeman/foreman https://github.com/theforeman/smart-proxy

https://github.com/collectiveidea/audited https://github.com/stefankroes/ancestry

[Openstack Foreman Installer] https://github.com/theforeman/staypuft