GithubHelp home page GithubHelp logo

v4ult / ubuntu Goto Github PK

View Code? Open in Web Editor NEW

This project forked from laucb/ubuntu

0.0 1.0 0.0 70 KB

Shell scripts for automated Ubuntu server setup.

Home Page: http://www.alchemists.io

License: Apache License 2.0

Ruby 5.66% Shell 94.34%

ubuntu's Introduction

Ubuntu

Circle CI Status

This project contains a set of shell scripts for installing and configuring a fresh Ubuntu operating system. It is assumed that the base Ubuntu install is a server install and not a client install.

This project can serve as a prelude to the Rails Setup Project should you wish to have a bootstrapped Rails app running on a fresh Ubuntu install with a full server stack.

Table of Contents

Features

  • A configurable shell script for applying default settings and installing necessary software packages.

Requirements

  1. Ubuntu

Setup

Open a terminal window and execute one of the following setup sequences depending on your version preference:

Current Version (stable):

git clone https://github.com/bkuhlmann/ubuntu.git
cd ubuntu
git checkout 3.1.0

Master Version (unstable):

git clone https://github.com/bkuhlmann/ubuntu.git
cd ubuntu

Edit the setup.sh file and adjust the settings as you see fit, namely the following variables:

  • SERVER_IP
  • SERVER_HOSTNAME
  • USER_LOGIN
  • USER_PASS

You may want to tweak the *.sh files in the scripts folder as well.

Usage

  1. ssh to your server or VM.
  2. Switch to the root user.
  3. Create the a /root/.ssh/authorized_keys file with your public key.
  4. chmod -R 600 /root/.ssh.
  5. mkdir /root/ubuntu.
  6. Copy the files of this project to the /root/ubuntu folder. Example: scp -r - [email protected]:/root/ubuntu.
  7. Run the /root/ubuntu/bin/run script in the root of this project.
  8. Delete the /root/ubuntu folder.
  9. Delete the /root/.ssh folder.

Versioning

Read Semantic Versioning for details. Briefly, it means:

  • Major (X.y.z) - Incremented for any backwards incompatible public API changes.
  • Minor (x.Y.z) - Incremented for new, backwards compatible, public API enhancements/fixes.
  • Patch (x.y.Z) - Incremented for small, backwards compatible, bug fixes.

Code of Conduct

Please note that this project is released with a CODE OF CONDUCT. By participating in this project you agree to abide by its terms.

Contributions

Read CONTRIBUTING for details.

License

Copyright 2012 Alchemists. Read LICENSE for details.

History

Read CHANGES for details. Built with Bashsmith.

Credits

Developed by Brooke Kuhlmann at Alchemists.

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.