Develop
- Home /
- Categories /
- Develop
Setting up OpenLDAP OS X
For local development purpose, you many need an Identity system to organize and simulate your organization’s User Identity system.
Read MoreHow To Publish Events Into AMPQ/Rabbitmq Within Cloudstack 4.4.1
Currently within cloudstack all events are stored in DB and the only to retrive events is using APIS which is not so convient.
Read MoreGit Revert Merge
Git Merge命令的使用及撤销 Git 的 revert 命令可以用来撤销提交(commit),对于常规的提交来说,revert 命令十分直观易用,相当于做一次被 revert 的提交的「反操作」并形成一个新的 commit,但是当你需要撤销一个合并(merge)的时候,事情就变得稍微复杂了一些。
Read MoreOpenStack Nova 使用SQLAlchemy 操作Flavor(Mysql backend)
##SQLAlchemy 简介 The SQLAlchemy Object Relational Mapper presents a method of associating user-defined Python classes with database tables, and instances of those classes (objects) with rows in their corresponding tables.
Read MoreSetting Debug Environment Of Cloudstack In Production
This introduction will outline specifically how setting debug environment in production of Cloudstack, and how building a single project into a patch.
Read More