Merge pull request #8508 from openfoodfoundation/mkllnk-rails-tutorials-link

Direct beginners to Rails tutorials
This commit is contained in:
Maikel
2021-11-25 16:51:49 +11:00
committed by GitHub

View File

@@ -2,6 +2,10 @@
This is a general guide to setting up an Open Food Network **development environment on your local machine**. If you want to setup OFN on a server, please have a look at the [ofn-install deployment guide](https://github.com/openfoodfoundation/ofn-install/wiki).
#### Still learning Ruby on Rails?
Head to our wiki on [Learning Rails](https://github.com/openfoodfoundation/openfoodnetwork/wiki/Learning-Rails) to find some good starting points.
### Requirements
The fastest way to make it work locally is to use Docker, you only need to setup git, see the [Docker setup guide](docker/README.md).