Skip to content

mnapoli/externals

Folders and files

NameName
Last commit message
Last commit date
Oct 21, 2024
Apr 7, 2021
Feb 26, 2021
Oct 21, 2024
Jan 18, 2022
Jul 2, 2016
Jan 25, 2023
Mar 2, 2021
Dec 28, 2020
Feb 24, 2021
Jul 27, 2020
Aug 6, 2019
Jul 8, 2017
Mar 19, 2021
Mar 2, 2021
Oct 21, 2024
Mar 25, 2025
Oct 21, 2024
Mar 14, 2020
Feb 24, 2021
Apr 15, 2025
Oct 21, 2024
Jul 27, 2020
Dec 28, 2020
Oct 21, 2024
Feb 24, 2021

Repository files navigation

Externals.io

Setup

Requirements:

  • PHP 8.0
  • NPM
  • MySQL database
  • Algolia account (TODO: make it optional in dev environment)

Copy the .env.dist file to .env and configure it.

Install the application (will create the database and the tables):

$ make install

Run the preview:

$ make preview

# Browse to http://localhost:8000

To recompile the assets if you change them, run make assets. Assets are automatically compiled when the website is deployed.

Setup via docker

  • clone the repository
  • run docker-compose up
  • run docker-compose run cli php /var/task/console db --force to initialize the database
  • when the containers are all up and running execute a make init in another window