Skip to content

Preparar instalación

Daniel Palomar Rodríguez edited this page Jun 19, 2017 · 7 revisions

Clonar repositorios Primero debemos clonar los repositorios necesarios para trabajar: git clone https://github.com/coopdevs/ofn-install.git git clone https://github.com/openfoodfoundation/openfoodnetwork.git

Se deben clonar en la misma carpeta. El árbol de carpetas debe quedar así:

OFN/ ├── ofn-install → Proyecto de instalación │ ├── ansible.cfg │ ├── backups │ ├── bin │ ├── community │ ├── files │ ├── inventory │ ├── log │ ├── playbooks │ ├── README.md │ ├── roles │ ├── scripts │ ├── site.yml │ ├── tests │ └── Vagrantfile └── openfoodnetwork → Proyecto de aplicación ├── app ├── config ├── config.ru ├── CONTRIBUTING.md ├── db ├── doc ├── Gemfile ├── Gemfile.lock ├── Guardfile ├── knapsack_rspec_report.json ├── lib ├── LICENCE.txt ├── log ├── package.json ├── Procfile ├── public ├── Rakefile ├── README.md ├── script ├── spec ├── tmp ├── vendor └── zeus.json