12_generate_custom_csv_file #58
1 changed files with 6 additions and 2 deletions
|
@ -12,7 +12,7 @@ If instead you just want to run Foodsoft without changing its code, please refer
|
|||
|
||||
**System requirements**:
|
||||
[rbenv](https://github.com/rbenv/rbenv),
|
||||
[Ruby 2.6+](https://www.ruby-lang.org/en/downloads/),
|
||||
[Ruby 2.7+](https://www.ruby-lang.org/en/downloads/),
|
||||
[Bundler](http://bundler.io/),
|
||||
[MySQL](http://mysql.com/) / [SQLite](http://sqlite.org/),
|
||||
[Redis](http://redis.io/) (optional).
|
||||
|
@ -32,6 +32,10 @@ If instead you just want to run Foodsoft without changing its code, please refer
|
|||
Have a look how to avoid that in the [Docker Development Setup](./SETUP_DEVELOPMENT_DOCKER.md#prerequisites-windows-only)
|
||||
instructions.
|
||||
|
||||
1. Install developement packages. For Debian/Ubuntu:
|
||||
|
||||
sudo apt install default-libmysqlclient-dev libmagic-dev libxml2-dev libxslt-dev
|
||||
|
||||
1. Install and setup rbenv and Bundler. For Debian/Ubuntu:
|
||||
|
||||
sudo apt install rbenv
|
||||
|
|
Loading…
Reference in a new issue