Skip to content

[Community] Installation methods #82

@Ekultek

Description

@Ekultek

We have been discussing some installation methods to fix our rollover issue (issue #55) and have come up with a potential solution, this will bring in a problem with installation though. So we as a team have decided to give this option to the community.

  • First option
    Create a simple installation script that will do everything with a simple command line run something like sudo bash configure.sh
  • Second option
    Create a command that you can copy and paste that will do the installation for you something like:
sudo -s << EOF
git clone <LINK>
sudo pip2 install msgpack
cd msfrpc/python-msfrpc
python setup.py install
mkdir /opt
cd /opt
git clone autosploit
cd /opt/autosploit
pip2 install - r reqs.txt
EOF
  • Option three
    Both.

Leave your comment here, you can also vote on our poll on Twitter or on our Discord server

Either way the configuration for the program will be done automatically, but how you want it to be done is up to you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions