Skip to content

Latest commit

 

History

History
101 lines (69 loc) · 2.64 KB

README.md

File metadata and controls

101 lines (69 loc) · 2.64 KB

Shark-bowl Web

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

Technology

Stuff we use:

Install

Install dependencies

docker-compose run composer install

Change the host file on your computer

The host file path is:

On Mac

/private/etc/hosts

On Linux

/etc/hosts

On Windows

%systemroot%\system32\drivers\etc\hosts

Add this line to your host file 127.0.0.1 shark.bowl

Clone the repository

git clone [email protected]:williamespindola/shark-bowl-web.git

Usage

Run project

docker-compose up -d

Then access shark.bowl:8080

Change log

Please see CHANGELOG for more information what has changed recently.

Code Sniffer

To run the PHPCS run the following command:

docker-compose run composer cs

Testing

TODO

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

TODO