1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00
zunda 58d6dcb46a Remove the procedure to run rake secret outside the container
This change will help users avoid unnecessary procedure to
complete `bundle install` outside the container.

The explanation

> To generate the PAPERCLIP_SECRET, SECRET_KEY_BASE, and
> OTP_SECRET, you may use:
>
> ```
> rake secret
> ```

gives users a false impression that secrets have to be filled in
before the image can be built. Here, with introduction of CLD3,
completion of `bundle install` became more involved procedure to
prepare tools and libraries as well as higher version of Ruby.
2017-06-02 21:19:30 -10:00
2017-02-14 21:33:31 +01:00
2017-04-22 00:22:52 +02:00
Description
Full documentation repository for Mastodon
Readme 71 MiB
Languages
SCSS 56.2%
HTML 43%
JavaScript 0.8%