Skip to content

Server Prerequisites

Winxp5421 edited this page Mar 11, 2017 · 32 revisions

To set up a Hashtopussy server you will need following components:

  • A web server (Apache 2 recommended, but Nginx also possible) TODO: here point to somewhere with an explanation what is special when using nginx. permissions on folders etc.)
  • PHP 5.3 or higher (7.0 recommended)
  • php-mcrypt module
  • MySQL server 5.x with a database user with all privileges on a database

You may want to increase PHP parameters to accommodate your intended usage. memory_limit =

upload_max_filesize =

post_max_size =

Ubuntu 16.10 Install Example

Hashtopussy Install video

sudo apt update && sudo apt upgrade

sudo apt install mysql-server

mysql_secure_installation

sudo apt install apache2

systemctl status apache2

sudo apt install libapache2-mod-php php-mcrypt php-mysql php

sudo apt install git

wget https://github.com/s3inlc/hashtopussy.git

sudo mkdir /var/www/hashtopussy

sudo cp -r * /var/www/hashtopussy

sudo chown -R www-data:www-data /var/www/hashtopussy

sudo apt install phpmyadmin

sudo rm -r /var/www/hashtopussy/install

Clone this wiki locally