63 Commits

Author SHA1 Message Date
Dane Everitt
d74ac69dbb
Include initial documentation for installing 0.8 & Wings 2019-12-21 18:47:38 -08:00
Michael (Parker) Parker
88a8071670 Update Server OS table
Add Debian 10
Add CentOS 8
Note 16.04 is near EoL
2019-11-26 09:17:14 -05:00
The Skit Dev
8827c74320
Update troubleshooting.md 2019-11-03 17:40:17 +01:00
AreYouScared
6ddcb3e9bf
Update webserver_configuration.md 2019-10-08 17:50:45 -04:00
Faris
6a8f605477
Fix webserver_configuration typo 2019-09-28 18:22:39 +01:00
Dane Everitt
6e142c89b4
Merge pull request #99 from Nuc1eoN/patch-5
fpm extension is also needed
2019-09-22 13:18:55 -07:00
Michael (Parker) Parker
39ba68652f
update mysql tutorial
This updates the organizaion of the mysql tutorial section

This also moves the "common problems" section to troubleshooting.
2019-09-13 12:56:15 -04:00
Michael (Parker) Parker
cb1911fe26
Merge pull request #115 from parkervcp/update/centos-panel-guide
Update/centos panel guide
2019-08-28 16:53:37 -04:00
iamkubi
2a4443863d
Add emphasis to the SSL certificate setup step
A common support issue is NGINX/Apache failing to start because the SSL certificates haven't been installed.  Add emphasis to make it more obvious that this is a required step.
2019-08-27 15:47:01 -07:00
Michael Parker
eb7248d4e3 update centos requirements section 2019-08-17 14:39:28 -04:00
Dane Everitt
613f0dae7b
Bump to 0.7.15 2019-08-03 15:05:54 -07:00
Nuc1eoN
a599d130c6
Make it clear that fpm is only needed for nginx setups 2019-07-08 21:09:48 +02:00
Wqrld
c047a06f1c
now start redis correctly
new PR as i dont want to mess up the history, this does the same as https://github.com/pterodactyl/documentation/pull/100
Basically making sure that redis is started before we get all sorts of errors from people where redis wasnt on (offline is the default)
2019-06-26 21:02:04 +02:00
Dane Everitt
b857fcfbe8
Someone keeps caching people's configs and causing upgrade pain 2019-06-21 23:08:29 -07:00
Dane Everitt
580cdd8f28
Bump release version 2019-06-21 22:13:10 -07:00
Nuc1eoN
25d0196170
fpm extension is also needed 2019-06-21 04:36:38 +02:00
Michael Parker
73fb143dba update debian 8 support status
Debian 8 is starting to fall behind and not get updates. this is to call out that some modifications may be required.
2019-06-16 17:18:20 -04:00
AreYouScared
58f6930776
Added space.
OCD required a extra space to make up for the codebox
2019-05-12 15:03:08 -04:00
Michael (Parker) Parker
6dd9e0422f
Merge branch 'master' into master 2019-05-06 13:58:50 -04:00
Michael (Parker) Parker
da803e279e
Add header for adding a user
People keep missing this
2019-05-06 09:02:09 -04:00
Michael (Parker) Parker
d8a7c579d3 Add user creation header
Add a header for creating a user to the docs. Make it easier to find.
2019-04-21 17:52:33 -04:00
Sir3lit
5347910167
Remove or higher from mysql
Mysql version 8.x isn't supported so `or higher` shouldn't be there, as it implies MySQL 8 is supported.
2019-03-27 02:20:59 -04:00
Glare Masters
991e6a06c6
Typo Fixed
I fixed a typo I had on my last PR and this commit will fix it!
2019-03-23 03:21:55 -05:00
Glare Masters
837badf8db
Clarify something for Apache
It seems to be a weekly issue that for people with Apache, they have issues installing the panel because they follow the tutorial and then when they view it, it's displaying the actual PHP code. The notice I've inserted will help make users aware that when using Apache, they need to specific package for Apache that will make PHP run properly.
2019-03-23 03:18:07 -05:00
Glare Masters
2e516e1bf2
Start redis server on boot
Unless I missed it, I did not see any documentation on telling the user to enable this server. Typically if someone doesn't know they should do this, then they most likely won't. Failing to run this command has caused a lot of unneeded issues due to the panel not being able to fetch the eggs since the redis-server isn't running.
2019-03-06 22:57:04 -06:00
Vilhelm Prytz
6203625d5e
Update to 0.7.13 2019-03-05 22:25:27 +01:00
Dane Everitt
7263f0dab8
Merge branch 'master' of https://github.com/pterodactyl/documentation 2019-03-03 14:07:34 -08:00
Dane Everitt
933e607a93
Update versions 2019-03-03 14:07:33 -08:00
Michael
f5a265bb19
0.7.12 2019-02-16 20:09:46 +01:00
Dane Everitt
02f083b838
Update all the versions 2019-02-02 14:14:50 -08:00
Dane Everitt
8972e02602
Make configuration less confusing for users 2019-02-01 22:07:03 -08:00
Dane Everitt
56e6c65745
Merge branch 'master' into pr/67 2019-02-01 21:55:15 -08:00
AlienSteel
b3f27a675f
New reCaptcha section and some refactoring
Added an Overview section providing the very basic information about environment settings and eworked documentation on how to force reading from the .env file

Reordered sections alphabetically on the main settings name, adjusted som heading levels.

Added a section about configuring reCaptcha as this gave me some headache and lost time during set up. ;-)
2019-01-31 15:58:40 +01:00
DiscoverSquishy
2ff3797893
Added SSL Troubleshooting & Fixed Spelling Errors 2019-01-28 19:41:57 +03:00
PiggyPiglet
f568069c43
Install curl before installing mysql via curl 2019-01-15 14:21:48 +08:00
Jhonatan Pereira
bb8d80e7e5
Update getting_started
Modified a comment to (try to)ensure that the user will set the right user for pteroq.service
2019-01-03 07:08:25 -02:00
Dane Everitt
4548622d01
Merge pull request #27 from parkervcp/master
adding community section
2018-12-19 17:43:14 -08:00
Jakob
5a7b292577
correct description of what APP_KEY is used for 2018-12-17 10:39:11 +01:00
Jakob
99313bf379
add more visible warning regarding app_key backup 2018-12-16 16:59:07 +01:00
Rodrigo Aguilar
1572e96982 Redis on CentOS service name
The redis service on CentOS is called just redis.service, so we need to point that out as i have seen some people having issues with the queue worker trying to start before redis and failing to do so.
2018-11-24 16:03:38 -08:00
Dane Everitt
84f074f7d8
Bump versions 2018-11-10 15:45:58 -08:00
Michael
12ed166c5c
Shorten systemctl enable & start 2018-11-01 20:55:26 +01:00
Dane Everitt
2590d3db3c
Merge pull request #41 from tenten8401/patch-4
Add rudimentary Apache SSL configuration
2018-10-27 11:46:25 -07:00
Isaac A
8df45454b2
Fix capitalization 2018-10-26 08:01:55 -04:00
Isaac A
d81042da91
Add links to SSL certs 2018-10-26 07:59:53 -04:00
Isaac A
0fb186468c
Update docs to reflect new apache config 2018-10-16 00:35:51 -04:00
Isaac A
167be5c9cb
Provide link to MySQL page 2018-10-08 08:52:47 -04:00
BrightSkyz
d5e15dd505
Add a fix for 18.04 2018-09-23 11:35:02 -04:00
Dane Everitt
dd9de318eb
Bump versions 2018-09-03 16:04:49 -07:00
Dane Everitt
6982e71fdd
Update pteroq service info 2018-08-07 21:39:59 -07:00