Skip to content

the4tress/dev-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Dev Setup

About

This is a script to automate some of the things I do when I set up a new CentOS 7 dev server.

It will do the following:

  • Installs with root:

    • Updates
    • epel-release
    • Basic apps
      • git
      • vim
      • wget
      • tmux
      • htop
      • nano
      • nginx
      • mlocate (updatedb)
      • python-devl
      • zlib-devel
      • bzip2
      • bzip2-devel
      • realine-devel
      • sqlite
      • sqlite-devel
      • openssl-devel
      • httpd-tools
    • Development Tools
    • NodeJS (optional
    • Meteor (optional)
    • Docker (optional)
  • Creates a dev user and installs:

    • pyenv
    • Cloud9 (standalone)
      • Configure nginx for c9
      • Create SSL certs
      • Create authentication using htpasswd

Note: Right now Cloud9 is reverted back to version 3.1.1407 due to a bug in the current release.

Install

To install this just clone the repo

git clone https://github.com/the4tress/dev-setup.git

Execute

To install the applications run setup.sh

cd dev-setup
./setup.sh

About

A script for automatic my dev setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published