forked from VisualOps/pysa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
54 lines (40 loc) · 1.59 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Welcome to Pysa project page
----------------------------
Pysa is a configuration reverse engineering software, which is aimed to
help anyone who wants to replicate an existing computer configuration -
and not simply clone the entire machine. It can be used to migrate
configurations from one computer to another (including physical machines
to virtual Clouds), backup existing configurations, or for any other
migration purpose.
Install
-------
Pysa has been designed for UNIX Operating Systems. However, only Linux
based distributions are supported for now (tested on Ubuntu, Debian,
Cent OS, RedHat and Amazon Linux latest and LTS versions). More will
come later.
There are two ways to install Pysa: using the sources files or using the
PyPI packages repository.
Using PyPI (recommended)
~~~~~~~~~~~~~~~~~~~~~~~~
- Ensure pip is setup on your computer (you can alternatively use other
PyPI managers, like easy\_install)
- Setup Pysa in its latest version pip install pysa
- Run Pysa (see documentation)
Sources setup
~~~~~~~~~~~~~
- Clone this git repo
``git clone https://github.com/MadeiraCloud/pysa.git``
- Run Pysa (pysa.py - see documentation)
Documentation
-------------
You can access the documentation at
http://madeira-cloud-pysa-document.readthedocs.org/en/latest/
Authors and Contributors
------------------------
- Thibault BRONCHAIN thibault {at} mc2 {dot} io
- Michael CHO michael {at} mc2 {dot} io
- Ken CHEN ken {at} mc2 {dot} io
Support or Contact
------------------
Having trouble, remarks or suggestions about Pysa? Contact us at
[email protected] and we'll help you sort it out.