- Git : Install git
- To clone the repo created using this template repo (or even the boilerplate)
- Docker : Install docker
- Docker Compose : Install docker-compose
git clone git@github.com:jdecode/fnl-one.git
cd fnl-one
git branch links
To avoid conflicts with other projects using the same template:
Update the IP address, in network sections of docker-compose.yml
(for locally running containers)
Tip: One simple method of using non-repeatable IPs (almost, non-repeatable) is to use the date format for first 2 octets like YYM.MDD.1.1, which could translate to (considering the date as January 31, 2022) : 220.131.1.1
docker-compose up --build -d
- Install composer dependencies
docker-compose exec flinks-api composer install
http://220.131.1.1