KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
chef-teamcity
★ 12
Open GitHub ↗
TeamCity chef cookbook
Download README (.md)
Explore Similar Repositories
ember-live-api
:
Ember API Docs via Ember App Kit
widget-examples
:
Contains the common code for the GoInstant widget examples.. This repo will no longer be updated. GoInstant will be discontinued as of August 31, 2014. Read our blog for more details.
osm-contributor-stats
:
Osm Contributor Statistics
txtduino
:
Send a text message by pressing a button on your Arduino!
clamped
:
Example project using clamp package
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
chef-teamcity
?
Download (.md)
# teamcity cookbook [](https://travis-ci.org/andreychernih/chef-teamcity) Downloads, installs and configures [TeamCity](http://www.jetbrains.com/teamcity/). It also installs [PostgreSQL](https://github.com/opscode-cookbooks/postgresql) and uses it as the backend database for TeamCity. # Platforms * Debian * Ubuntu Tested on: * Ubuntu 13.04 # Recipes * ```teamcity::default``` - installs PostgreSQL, TeamCity server and agent * ```teamcity::monit``` - installs monit and configures it to watch server and agent # Usage Add ```recipe[teamcity]``` to your runlist. Optionally add ```recipe[teamcity::monit]``` if you'd like TeamCity to be monitored by monit. # Configuration You should set at least ```node[:postgresql][:password][:postgres]``` and ```node[:postgresql][:password][:teamcity]``` to avoid unsafe defaults. * ```node[:teamcity][:version]``` - TeamCity version which will be downloaded (default: 8.1.1) * ```node[:teamcity][:host]``` - Server hostname (default: localhost) * ```node[:teamcity][:port]``` - Server port (default: 8111) * ```node[:teamcity][:user]``` - System username under which TeamCity will be running (default: teamcity) * ```node[:teamcity][:path]``` - Installation path (default: /usr/local/teamcity) * ```node[:teamcity][:data_path]``` - Data path (default: /var/teamcity) * ```node[:teamcity][:agent][:name]``` - Agent's name (default: Default agent) * ```node[:teamcity][:database][:name]``` - PostgreSQL database name (default: teamcity) * ```node[:teamcity][:database][:username]``` - PostgreSQL username (default: teamcity) * ```node[:postgresql][:password][:postgres]``` - PostgreSQL password for 'postgres' user * ```node[:postgresql][:password][:teamcity]``` - PostgreSQL password for 'teamcity' user # teamcity_plugin resource It's possible to download and install custom plugin by utilizing `teamcity_plugin` LWRP: ```ruby teamcity_plugin 'http://teamcity.jetbrains.com/guestAuth/repository/download/bt398/lastest.lastSuccessful/teamcity.github.zip' ``` It will download and move `teamcity.github.zip` to the `plugins` directory under `node[:teamcity][:data_path]`. # Testing Run [test kitchen](https://github.com/opscode/test-kitchen) integration suite: ```bash bundle exec kitchen test ``` # License & Author Andrey Chernih [andrey.chernih@gmail.com](mailto:andrey.chernih@gmail.com) [Apache 2.0](https://github.com/andreychernih/chef-secure-server/blob/master/LICENSE)