52 Commits

Author SHA1 Message Date
Antz
ce8b12f420
Happy New Year 2023 from everyone at getMangos.eu 🎉
Some checks failed
Linux Build / build (push) Has been cancelled
Codestyle Checks / Check Codestyling (push) Has been cancelled
Windows Build / Windows Server 2019 (push) Has been cancelled
Signed-off-by: billy1arm <antz@cix.co.uk>
2022-12-31 21:29:00 +00:00
trashpanda_boy
8ba6736148
Support for Ubuntu 20.04 focal fossa (#178) 2022-05-17 17:41:50 +01:00
Markus
21c891329f
Fix missing bzip2 dependency for CentOS (#187) 2022-02-22 12:32:23 +00:00
Antz
89e63f3eee
Happy New Year 2022 from everyone at getMangos.eu 🎉
Signed-off-by: Antz <antz@cix.co.uk>
2022-01-01 00:17:57 +00:00
Antz
2a9c1867df Tab cleanup pt2 2021-03-06 08:10:49 +00:00
Antz
cc27f32744
Release 22 2020-12-29 19:52:30 +00:00
Markus
a1821e6861 Fixes Error "There is no game at this location" (#172)
$GAMEPATH was not wrapped like this "$GAMEPATH"
`/path/to/World\ of\ Warcraft\` works now.
2020-08-18 21:41:17 +01:00
Cylae
7dc58f0bd0 Updating Debian Sources (#169)
Updated libmysqlclient source.
2020-05-19 08:21:42 +01:00
santalex
bd59edf697
fix linux shell script error. (#82) 2020-01-30 14:02:21 +00:00
Antz
87b8e0ad13
Project tidy up and sync 2020-01-09 12:44:07 +00:00
Scott Stout
289b16931c g++ was not installed without build-essential (#80)
Co-authored-by: Antz <billy1arm@users.noreply.github.com>
2020-01-09 00:21:14 +00:00
willtuker
1e4ec61b9d Add Ubuntu 19.04 case for Prerequisites install (#77)
19.04 version was missing
2020-01-09 00:15:31 +00:00
Antz
57464c1f32
Happy New Year 2020 from everyone at getMangos.eu 🎉 2020-01-06 21:21:08 +00:00
Antz
a521df114e
[TOOLS] Fixed mmap extractor binary name used in various scripts 2019-05-30 22:02:58 +01:00
Sio
736328ad71 fixed wrong path spelling (#70) 2019-01-07 20:48:55 +00:00
Sio
06f6df792d add support of ubuntu 18.04 in file getmangos.sh (#69)
* add support of ubuntu 18.04 in file getmangos.sh

* fixes colon issue beside bionic case

* Update getmangos.sh

* fixed wrong bracket coded in shell

* Update getmangos.sh
2019-01-04 00:35:14 +00:00
Antz
6b0e4a7228
Happy New Year 2019 from everyone at getMangos.eu 🎉 2019-01-02 23:27:16 +00:00
Pavel Belev
5aa68fa21d FIX-CENTOS-BUILD Added epel repo
Added epel repository to the centos build for prerequisites
2018-05-15 14:41:54 +01:00
Pavel Belev
f557de170c FIX-CENTOS-BUILD Fixed centos 7 build
Fixed some FTP paths; Fixed cmake3 requirements
2018-05-15 14:41:54 +01:00
Antz
94cacb2510 [Linux] Fix playerbots in getmangos.sh. Thanks Tom Peters 2018-04-07 14:47:39 +01:00
Antz
52454825c7 Happy new year from getmangos 🎉 2018-01-14 10:24:47 +00:00
Rochet2
30dcb16d8f Update getmangos.sh
Fixed misplacement
Fixed indentation
2017-11-18 13:15:09 +00:00
willtuker
8b51ff076a Update getmangos.sh
Added Ubuntu 17.04 and 17.10
2017-11-17 13:06:26 +00:00
Warkdev
322b090d31 Adding support for Player Bots submodule in installer. (#20) 2017-05-28 22:16:24 +01:00
Simon Sandström
21de6d202c linux/getmangos.sh: default to build client tools (#19)
* linux/getmangos.sh: default to build client tools

The client tools are needed to extract game data and should be
built in a default installation.

* Update getmangos.sh
2017-05-24 21:46:32 +01:00
Warkdev
a1f3a3fd2d - Trimming Ubuntu dependencies (#17)
- Fixing a bug that made the DB type being always MariaDB while you would have expected MySQL or PostgreSQL
2017-03-17 21:12:53 +00:00
Warkdev
3897ea44a4 Adding new distribution support (Fedora) (#16)
* - Adding support of Fedora 25 (with Ace 6.3.3)
- Adding some logging for the database step.

* Fixing bug https://www.getmangos.eu/bug-tracker/mangos-zero/soap-not-enabled-in-linux-getmangossh-cmake-line-r1321/

* Trimming the list of Linux Mint dependencies.
2017-03-16 22:11:49 +00:00
Warkdev
0501eb10f5 Several major improvements to Linux installer. (#15)
* - Adding support for Yum installer
- Adding support for CentOS
- Adding support for MariaDB

* Adding support for Fedora
2017-03-16 07:50:51 +00:00
Warkdev
c754186127 - Adding support for Ubuntu: Curl dependencies added
- Adding support when several WoW clients path are detected. Only the first one is selected
- Adding support for database updates. Only last folder (alphabetically sorted) will be takenxw
2017-03-06 20:32:22 +00:00
Warkdev
2033c9ed3c Adding support for Red Hat "experimental" 2016-11-29 00:24:12 +00:00
Warkdev
256c31d1c9 Replacing aptitude by apt-get on Ubuntu by default 2016-11-29 00:24:12 +00:00
Warkdev
febc9d3d3d Adding support of several known Linux distribution for dependancies setup (#175)
- Ubuntu "precise" 12.04 LTS
- Ubuntu "trusty" 14.04 LTS
- Ubuntu "xenial" 16.04 LTS
- Ubuntu "yakkety" 16.10
- Debian "jessie" 8.0
- Debian "stretch" next
- Linux Mint "maya" 13
- Linux Mint "qiana" 17
- Linux Mint "rebecca" 17.1
- Linux Mint "rafaela" 17.2
- Linux Mint "rosa" 17.3
- Linux Mint "sarah" 18
- LMDE "betsy" 2
2016-11-24 21:21:43 +00:00
Warkdev
a36f82eaf7 Updating git clone instruction to use HTTP instead of GIT. 2016-10-06 20:39:58 +02:00
Warkdev
45a962645e Enhance getmangos.sh as main installer of mangos. 2016-10-06 20:22:52 +02:00
Warkdev
98868a3df9 Merge branch 'develop21' of https://github.com/Warkdev/server into develop21 2016-09-20 23:20:00 +02:00
Warkdev
16c56a49e9 Provide a more user-friendly lazy-linux script which introduces Two and Three. 2016-09-20 23:18:24 +02:00
Warkdev
bbdd7be0bd Updating lazymangos.sh to have more customization and being aligned to Two & Three. 2016-09-20 23:12:03 +02:00
Warkdev
6e4d92665b Enhance lazylinux.sh to take care of resources generation after mangos setup. (#171)
* Updating lazymangos.sh script to handle database configuration and auto-setup of configuration files.

* Fixing a typo in lazymangos.sh

* Fixing another typo for one install in lazymangos.sh

* Integration of the ExtractResources.sh for MangosZero. Tell us where your game binaries are and it will be auto-magically configured !
2016-09-16 00:34:37 +01:00
Warkdev
c45144249d Integration of the ExtractResources.sh for MangosZero. Tell us where your game binaries are and it will be auto-magically configured ! 2016-09-15 20:52:09 +02:00
Warkdev
508b23c1f6 Update lazymangos.sh script to handle custom database configuration. (#169)
* Updating lazymangos.sh script to handle database configuration and auto-setup of configuration files.

* Fixing a typo in lazymangos.sh

* Fixing another typo for one install in lazymangos.sh
2016-09-13 22:13:32 +01:00
Warkdev
14114733aa Fixing another typo for one install in lazymangos.sh 2016-09-13 20:31:21 +02:00
Warkdev
ec546ab632 Fixing a typo in lazymangos.sh 2016-09-13 20:30:49 +02:00
Warkdev
597610cbc6 Updating lazymangos.sh script to handle database configuration and auto-setup of configuration files. 2016-09-13 20:29:46 +02:00
Warkdev
b83e4421d4 Refactoring lazy Linux script to: (#167) [ci skip]
- Take care of already downloaded sources (it will copy existing downloaded sources to the home directory of the run user instead of recloning it)
- Use the InstallDatabases.sh script in of the database repository in silent mode instead of using its own way of setting up the database
- SD3 is now replacing SD2 as scripting engine proposed. SD2 has been deprecatedy
2016-09-13 15:51:39 +01:00
Antz
c453b05106 Corrected website URL 2016-03-20 22:09:21 +00:00
Antz
eb7f89e197 Tab cleanup 2015-12-01 22:22:45 +00:00
Faded
37682a5705 LazyMaNGOS Re-Vamp
The old script has been changed up a bit.
Limited the amount of input needed to install
Added MaNGOS One support
Added CentOS7+ support
Added more functions to decrease amount of code
Added ability to use any username desired
Removed password input and moved user to no-login
Added optional updates for the database
2015-09-24 22:28:11 -07:00
Faded
157c3a1f79 UpdateRealm(zero.sh)
ADDED: updateRealm.sql import line
2015-05-03 08:22:11 -07:00
Faded
7eb70aabf6 Removed character updates import and added config rename along with two required compilers 2015-04-12 19:47:12 -04:00
Faded
d93c309a30 Fixed dos/unix file problem 2015-04-12 18:31:06 -04:00