Skip to content

Instantly share code, notes, and snippets.

@th0j
Last active July 14, 2018 04:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save th0j/3be013391e71edbfe9c4acea4ef715cf to your computer and use it in GitHub Desktop.
Save th0j/3be013391e71edbfe9c4acea4ef715cf to your computer and use it in GitHub Desktop.
Install BWAPP

1. Install XAMPP

Use PHP 5.x, not use PHP 7.x, because some function of BWAPP can't run.

chmod +x xampp-linux-x64-5.6.36-0-installer.run
sudo ./xampp-linux-x64-5.6.36-0-installer.run

2. Install BWAPP

After download BWAPP, extract and copy add dir to /opt/lampp/htdocs/ (dir install XAMPP).

Restart XAMPP.

sudo /opt/lampp/lampp restart

Config database at file: /opt/lampp/htdocs/bwapp/admin/settings.php

Go to address: http://localhost/bwapp/install.php

Link login: http://localhost/bwapp/login.php

Default account: bee / bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment