Skip to content

ioannisky/server-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

server-setup

What is it and how it works

This is a very basic server setup automation tool written in python. It uses ssh to connect to a remote server and execute a set of instructions to setup the server. It is a work in progress but it can do some basic setup scenarios.

Dependencies

The only dependency other than python itself is the paramiko (http://www.paramiko.org/) library used for handling ssh connections. It is also good to have Docker install if you do not have a spare server to test on.

Run

You could run it using the command python setup-server.py -c -s

. You could also run the demo script build.sh that creates a docker container, starts the ssh server and then runs the demo script that set-up a basic webserver with a Demo Application that does absolutly nothing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published