Skip to content

chrisberkhout/babushka-deps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Babushka Deps

My Babushka deps for setting up a Linux VPS.

Status and scope

Working.

These deps are for setting up a system and its accounts. They don't (or don't currently) handle:

  • DNS setup
  • Mail server/forwarding
  • Backups
  • Deployment/redeployment of individual apps

To get going and set up a new site...

As a sudoer, run:

bash -c "`wget -O - babushka.me/up`"
babushka sources -a cb git://github.com/chrisberkhout/babushka-deps.git
babushka cb:'system chrisberkhout.com'
babushka cb:account

A different cb:'system *' setup may be required. See system.rb for alternatives. After that, in the account you created, run:

babushka sources -a cb git://github.com/chrisberkhout/babushka-deps.git
babushka cb:site

Notes

I am intentionally using only simple deps and few helpers because I want full awareness and control of what is being run. I also want the dep definition to read as a set of instructions for how to do the setup manually. Starting with this format, it should be easy enough to switch to custom or build-in meta-deps and other babushka functionality later where beneficial.

Copyright

The MIT License

Copyright (C) 2011 by Chris Berkhout (http://chrisberkhout.com)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Babushka Deps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages