Giter Club home page Giter Club logo

lunar-station's Introduction

.____                               
|    |    __ __  ____ _____ _______ 
|    |   |  |  \/    \\__  \\_  __ \
|    |___|  |  /   |  \/ __ \|  | \/
|_______ \____/|___|  (____  /__|   
        \/          \/     \/       
  _________ __          __  .__               
 /   _____//  |______ _/  |_|__| ____   ____  
 \_____  \\   __\__  \\   __\  |/  _ \ /    \ 
 /        \|  |  / __ \|  | |  (  <_> )   |  \
/_______  /|__| (____  /__| |__|\____/|___|  /
        \/           \/                    \/ 

About

Lunar Station is a set of Chef cookbooks and a bash script for bootstrapping developers machines at Lunar Logic Polska.

Its goal is to make automatic, repetitive installation of common software developers need easy and in the shape of single command.

It supports Linux (Fedora, Ubuntu) and Mac OSX (10.5+).

Installed software list

Lunar Station installs following:

  • build tools (Linux only)
  • RVM + Ruby 1.9.2 (with bundler and capistrano)
  • Homebrew (OSX only)
  • git
  • ack
  • curl
  • wget
  • ctags
  • (G)vim (Linux), MacVim (OSX)
  • MySQL client, server, dev libs and headers
  • libxml2
  • Firefox
  • Google Chrome
  • Skype

On Linux the packages are installed from distro repositories. Packages not available in official repositories are installed from custom, vendor provided repos.

On OSX Homebrew is installed first and most of above packages are then installed with brew. Packages not available via Homebrew are installed from DMG files downloaded from vendor sites.

Requirements

Curl or wget.

Mac OSX

Xcode is required as it's the most reliable way to get build tools (gcc and family) on OSX system.

Usage

  • install fresh Ubuntu, Fedora or OSX system

  • install Xcode if on OSX

  • run following in terminal:

      $ curl -skL http://bit.ly/lunar-station | DEV_TYPE=rubydev bash
    

    or if curl is not installed but wget is:

      $ wget -qO - http://bit.ly/lunar-station | DEV_TYPE=rubydev bash
    

    or just manually download the bootstrap script and run it with bash:

      $ DEV_TYPE=rubydev bash lunar-station
    

    where "lunar-station" is name of downloaded file with bootstrap script.

DEV_TYPE can be one of following:

  • rubydev - for Ruby on Rails developer
  • javadev - for Java developer

Development

If you want to help you can clone this repository and work on improvements locally. After doing some changes you can run bootstrap script from inside of project directory like this:

$ DEV_TYPE=rubydev ./bootstrap.sh

This will use local cookbooks copy instead of fetching them from github repo.

Authors

Marcin Kulik

lunar-station's People

Contributors

ku1ik avatar ktoso avatar

Watchers

James Cloos avatar Krzysiek avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.