Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a server setup command #68

Closed
1 task
davidmiller opened this issue Jul 25, 2016 · 1 comment
Closed
1 task

Create a server setup command #68

davidmiller opened this issue Jul 25, 2016 · 1 comment
Assignees

Comments

@davidmiller
Copy link
Member

davidmiller commented Jul 25, 2016

With Fabric

  • Create a script that sets up an empty box that I can log in to with a username / password

Should do at least these things:

- name: Install packages
  sudo: yes
  apt: pkg={{ item }} state=installed update_cache=yes force=yes
  with_items:
      # Development tools
      - git

      # Python Dev
      - python-dev
      - python-setuptools
      - python-virtualenv

      # Just nice
      - screen
      - vim
      - emacs
      - htop
      - ack-grep
      - virtualenvwrapper
      - curl
      - tree

- name: Setup Working Directories
  sudo: yes
  file: path=/usr/lib/ohc state=directory mode=777
@davidmiller
Copy link
Member Author

davidmiller commented Jul 28, 2016

  • Users set up
  • SSH
  • Working Database
  • HTTP server
  • Virtual environments
  • Logging
  • Supervisor for processes
  • Kick supervisor on boot
  • Backups

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants