Eugen
a42df988b9
Merge pull request #1115 from vmincev/patch-1
...
Update Production-guide.md
8 years ago
Shel R
05b6aa25dc
Merge branch 'master' into patch-1
8 years ago
David Huerta
9c0ca6f26d
Merge branch 'master' into patch-1
8 years ago
Eugen
714156e409
Merge pull request #1204 from benklop/patch-1
...
Update Administration-guide.md
8 years ago
benklop
36e31bf45e
Update Administration-guide.md
...
the syntax for running the rake task wasn't correct.
8 years ago
David Huerta
7ab5218c65
Update Heroku-guide.md
...
Cleaning up the heroku admin command bit to match the form used in Administration-guide.md and clarify the wording a bit.
8 years ago
David Huerta
fbfb94ca00
Update Heroku-guide.md
...
Removing some of the confusion around what format S3 bucket names and regions should be entered as well as providing an example of an S3 policy that follows best security practices for this sort of thing.
8 years ago
Eugen
f74fb89cbd
Merge pull request #1191 from d3vgru/master
...
change suggested cipher for nginx
8 years ago
Eugen
895201fd9d
Merge pull request #1172 from mjankowski/mj-heroku-docs
...
Update heroku instructions
8 years ago
seekr
231db3cdc1
typo
8 years ago
Ed Knutson
26b92ae438
change suggested cipher for nginx
8 years ago
Matt Jankowski
5a85b7f4fe
Update heroku instructions
8 years ago
Vladimir Mincev
bfe3d5a719
Update Production-guide.md
...
Under ## General dependencies:
apt-get needs sudo and install was typed wrongly.
8 years ago
Eugen
9df50099a1
Merge pull request #1042 from johnsudaar/feature/scalingo_one_click
...
Cosmetic changes to the scalingo deployment
8 years ago
Alex Gleason
d1527b2d94
Linux users must enable NFS for Vagrant
8 years ago
Jonathan Hurter
f210b2b7ef
Make scalingo doc clearer
8 years ago
Eugen
b89f37e445
Merge pull request #947 from johnsudaar/feature/scalingo_one_click
...
Add Scalingo deployment support
8 years ago
Jonathan Hurter
8752dc9186
Add doc
8 years ago
Angristan
0bd1bdfc44
Add git and curl as dependencies
...
In some VPS templates, they are not installed by default.
8 years ago
Angristan
53a01b38b2
ECDH only
...
Disable DHE ciphers. We don't loose any compatibility as we already use TLS 1.2, and ECDH is faster and safer.
Also, it's better so specify the curve.
This is the conf I use here : https://tls.imirhil.fr/https/mstdn.io
8 years ago
Jason Snell
413d87cd50
SSL best practices for nginx
8 years ago
Eugen
1bb3d8d3f5
Merge pull request #885 from optikfluffel/patch-1
...
Update Production-guide.md
8 years ago
Eugen
0662ab35eb
Merge pull request #842 from Angristan/patch-2
...
Missing quotes
8 years ago
Eugen
b3523a6a8d
Merge pull request #854 from Angristan/patch-3
...
Fix crontab edit
8 years ago
Eugen
ae1b33d594
Merge pull request #891 from ashfurrow/patch-1
...
Adds instructions for adding admin users for Heroku installs
8 years ago
Ash Furrow
bd371b6adb
Updates instructions.
8 years ago
Eugen
a5f1a6bf01
Merge pull request #872 from kwaio/patch-1
...
typo in admin doc
8 years ago
Ash Furrow
5e8e8ba01d
Adds instructions for adding admin users.
8 years ago
Udo Kramer
cfa339d3ff
Update Production-guide.md
8 years ago
Nope Nope
583208f5ae
typo in admin doc
...
s/rails/rake/
8 years ago
Angristan
1447ba504b
Add file package
...
If the file package is not installed, we get "Validation failed: File has contents that are not what they are reported to be" when upload media.
8 years ago
Angristan
3ab29e5a9d
Fix crontab edit
...
Missing -u parameter to specify the mastodon user.
8 years ago
Angristan
aee8798179
Missing quotes
8 years ago
walfie
766eabf194
Fix typo in Heroku guide
8 years ago
Eugen Rochko
8eca42b265
Separate background jobs into different queues. ATTENTION: new queue "pull"
...
must be added to the Sidekiq invokation in your systemd file
The pull queue will handle link crawling, thread resolving, and OStatus
processing. Such tasks are more likely to hang for a longer time (due to
network requests) so it is more sensible to not make the "in-house" tasks
wait for them.
8 years ago
Valentin Lorentz
02fac04fc5
Also fix the start command.
8 years ago
Valentin Lorentz
e089c66083
Fix install instructions.
...
Closes GH-745.
8 years ago
Eugen Rochko
5157e25aab
Add tuning documentation, add <content> tags back to most salmons,
...
make status pagination headers generation more lax about next page
existing
8 years ago
Tom McAtee
525d615fd7
Fixed the URL
...
Heroku uses the referrer URL to point at the repo that should be deployed; from this page that includes part of a path that breaks the deployment (specifically /blob/master/docs/Running-Mastodon/Heroku-guide.md).
I've replaced the vanilla address with one that includes a specific reference to the root of the repo
8 years ago
Eugen Rochko
1e94617a09
Add rake task for making someone into an admin
8 years ago
Eugen Rochko
78552ab850
Add postgres setup instructions to docs
8 years ago
Eugen Rochko
9bd2b6be86
Make the streaming API also handle websockets (because trying to get the browser EventSource interface to
...
work flawlessly was a nightmare). WARNING: This commit makes the web UI connect to the streaming API instead
of ActionCable like before. This means that if you are upgrading, you should set that up beforehand.
8 years ago
Effy Elden
0a909f2e6b
Add default account details to developer documentation.
8 years ago
Effy Elden
65748b7623
Add separate sections for Heroku and Vagrant deployments. Add guide for instance administration. Move 'Contribution guide' to 'Development guide'.
8 years ago
Eugen Rochko
954f82410c
Add wiki contents to docs/ instead
8 years ago