-
Notifications
You must be signed in to change notification settings - Fork 0
Preparar instalación
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
Staging and production provisioning
OFN-DevEnv-Quick-Start - english
Crear entorno
Aprovisionamiento del entorno