Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

EdJoPaTo/eve

Repository files navigation

EVE Tools

replaced by the Silfani EVE Tools

Install Stuff

sudo apt-get install nginx mysql-server php5-curl php5-fpm php5-mysql

Init DB

CREATE USER 'yourusername'@'localhost' IDENTIFIED BY 'yourpassword';

CREATE DATABASE evedump;
GRANT ALL PRIVILEGES ON evedump.* TO 'yourusername'@'localhost';

CREATE DATABASE eve;
GRANT ALL PRIVILEGES ON eve.* TO 'yourusername'@'localhost';

FLUSH PRIVILEGES;

Get EVE Dump

https://www.fuzzwork.co.uk/dump/

tar xvjf filename.tar.bz2
mysql -u yourusername -p yourpassword evedump < file.sql

About

old EVE Tools - replaced by silfani-eve-tools

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages