Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jetimob/test

The start up config for a project
https://github.com/jetimob/test

Last synced: about 2 months ago
JSON representation

The start up config for a project

Awesome Lists containing this project

README

        

# JET TESTING 0.1

#### SET UP THE PROJECT
To run the docker and build the containers. The option `--build` is to force build, and `-d` is
to detach and not block the terminal
```
docker-compose up --build -d
```
#### Dependencies
Need to rum on the root of project
```
npm run install
```
Access the PHP container and run the `composer install`
```
docker exec -ti php_fpm_jetimob5 bash
composer install
```
or use this short version
```
docker exec -ti php_fpm_jetimob5 composer install
```

#### Hosts
Add the follow domains att the hosts files
```
127.0.0.1 jet.test
```

#### Links

Design Patterns - https://refactoring.guru/design-patterns

PRs - https://www.php-fig.org/psr/

Git - https://git-scm.com/book/en/v2