Template:Installation/Requirements: Difference between revisions
m (Reverted edits by Framasoft member (talk) to last revision by Flaburgan) |
|||
Line 1: | Line 1: | ||
== | == Requirements == | ||
=== | === Hardware === | ||
=== | For running an average-sized pod, your server should have ''at the very least'' 512MB of RAM (+1GB swap space) and a decent multi-core CPU. The amount of hard disk space required largely depends on how many images you expect your users to upload. If you plan to run the database server on the same host you should allow for at least double the amount of RAM and disk space. | ||
* | |||
* [http://www.ruby-lang.org Ruby] - | === Software === | ||
* [http://rubygems.org RubyGems] - | |||
* [http://bundler.io Bundler] - | * Build tools - for compiling source packages | ||
* {{#switch: {{#var:DB}}|mysql=[http://www.mysql.com MySQL]|mariadb=[https://mariadb.org MariaDB]|postgres=[http://www.postgresql.org/ PostgreSQL]}} - | * [http://www.ruby-lang.org Ruby] - the Ruby programming language | ||
* [http://www.openssl.org/ OpenSSL] - | * [http://rubygems.org RubyGems] - package manager for Ruby code libraries (like CPAN for Perl or PEAR for PHP) | ||
* [http://curl.haxx.se/ libcurl] - | * [http://bundler.io Bundler] - gem management tool for Ruby projects | ||
* [http://www.imagemagick.org/ ImageMagick] - | * {{#switch: {{#var:DB}}|mysql=[http://www.mysql.com MySQL]|mariadb=[https://mariadb.org MariaDB]|postgres=[http://www.postgresql.org/ PostgreSQL]}} - backend storage engine | ||
* [http://git-scm.com/ Git] - | * [http://www.openssl.org/ OpenSSL] - encryption library. | ||
* [http://redis.io/ Redis] - | * [http://curl.haxx.se/ libcurl] - multiprotocol file transfer library WARNING: Due to sidekiq longjmp error, you need at least curl 7.32 | ||
* | * [http://www.imagemagick.org/ ImageMagick] - image processing library | ||
* [http://git-scm.com/ Git] - version control system | |||
* [http://redis.io/ Redis] - persistent key-value store | |||
* one of the JavaScript runtimes on [https://github.com/sstephenson/execjs execjs' supported list]. |
Revision as of 21:24, 28 October 2014
Requirements
Hardware
For running an average-sized pod, your server should have at the very least 512MB of RAM (+1GB swap space) and a decent multi-core CPU. The amount of hard disk space required largely depends on how many images you expect your users to upload. If you plan to run the database server on the same host you should allow for at least double the amount of RAM and disk space.
Software
- Build tools - for compiling source packages
- Ruby - the Ruby programming language
- RubyGems - package manager for Ruby code libraries (like CPAN for Perl or PEAR for PHP)
- Bundler - gem management tool for Ruby projects
- - backend storage engine
- OpenSSL - encryption library.
- libcurl - multiprotocol file transfer library WARNING: Due to sidekiq longjmp error, you need at least curl 7.32
- ImageMagick - image processing library
- Git - version control system
- Redis - persistent key-value store
- one of the JavaScript runtimes on execjs' supported list.