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

[Community] Installation methods #82

Closed
Ekultek opened this issue Mar 1, 2018 · 9 comments
Closed

[Community] Installation methods #82

Ekultek opened this issue Mar 1, 2018 · 9 comments
Labels
enhancement New feature or request

Comments

@Ekultek
Copy link
Contributor

Ekultek commented Mar 1, 2018

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.

@Ekultek Ekultek added the enhancement New feature or request label Mar 1, 2018
@thehappydinoa
Copy link
Contributor

Check #85 for install.sh

@clouedoc
Copy link
Contributor

clouedoc commented Mar 4, 2018

How about replacing

sudo -s << EOF 
... snip ...
EOF

by

sudo su
... snip ...

?

It would looks less complicated to beginers

@Ekultek
Copy link
Contributor Author

Ekultek commented Mar 4, 2018

@jesuiscamille Why am I worried about beginners? All you literally have to do is copy and paste the command. That's it, if you don't know what it does, you shouldn't be using this tool in the first place.

@clouedoc
Copy link
Contributor

clouedoc commented Mar 4, 2018

@Ekultek I'm not searching for help, I'm trying to find areas where I can contribute :)

@Ekultek
Copy link
Contributor Author

Ekultek commented Mar 4, 2018

@jesuiscamille we really need translations of the README, so if you know any other languages and wanna translate it for us it would be greatly appreciated!

@clouedoc
Copy link
Contributor

clouedoc commented Mar 4, 2018

@Ekultek will look at it 👍 !

@Ekultek
Copy link
Contributor Author

Ekultek commented Mar 4, 2018

@jesuiscamille you're my hero!!!

@Ekultek
Copy link
Contributor Author

Ekultek commented Mar 4, 2018

@jesuiscamille remember to send the PR to the dev-beta branch and not master, thank you ahead of time!

@Ekultek
Copy link
Contributor Author

Ekultek commented Mar 8, 2018

Calling it! Both it is

@Ekultek Ekultek closed this as completed Mar 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants