Updated Linux server setup (markdown)

mgellan 2015-02-12 09:17:31 -06:00
parent f2ef227b93
commit 4cd2a2cbe4

@ -11,7 +11,7 @@ Steps
----- -----
1. Open a terminal window. 1. Open a terminal window.
2. First make sure you have dependencies installed. On Ubuntu this is done with: `sudo apt-get install subversion mysql-server libmysqlclient-dev`. 2. First make sure you have dependencies installed. On Ubuntu this is done with: `sudo apt-get install subversion mysql-server libmysqlclient-dev libboost-dev g++ git`.
3. Additional optional dependencies: `sudo apt-get install phpmyadmin` 3. Additional optional dependencies: `sudo apt-get install phpmyadmin`
4. Clone the repository from github: `git clone git://github.com/EQEmu/Server.git eqemu` 4. Clone the repository from github: `git clone git://github.com/EQEmu/Server.git eqemu`
OR if behind a firewall/proxy `git https://://github.com/EQEmu/Server.git eqemu` OR if behind a firewall/proxy `git https://://github.com/EQEmu/Server.git eqemu`