-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ebf617
commit 6675766
Showing
2 changed files
with
25 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
[![Build Status][travis-img]][travis-url] | ||
[![Coverage Status][cover-img]][cover-url] | ||
|
||
# Fully Automated macOS LAMP Installation using Trusted localhost SSL certs | ||
|
||
[![Travis CI Status][travis-img]][travis-url] | ||
[![CodeCov Coverage][codecov-img]][codecov-url] | ||
[![Coverage Status][cover-img]][cover-url] | ||
|
||
The Aston Martin of perfect LAMP set-ups and configuration. Automating the | ||
entire process and managing your localhost SSL using trusted, self-signed CA | ||
certificates. | ||
|
@@ -156,7 +157,7 @@ software versions from 10.13 up to and including 10.15. | |
## License | ||
|
||
```text | ||
Copyright 2018-2020 Justin Hartman <[email protected]> (https://hartman.me) | ||
Copyright 2018-2021 Justin Hartman <[email protected]> (https://justinhartman.co) | ||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU Affero General Public License as | ||
|
@@ -201,11 +202,11 @@ this project a reality. | |
- [@pematon/adminer-custom][pem-adminer] | ||
- [@daniellmb/.github][.github] | ||
|
||
[email]: mailto:[email protected]?subject=Github+Contact | ||
[email]: mailto:[email protected]?subject=Github+Contact | ||
[agpl]: https://opensource.org/licenses/AGPL-3.0 | ||
[license]: LICENSE | ||
[site]: https://hartman.me | ||
[post]: https://hartman.me | ||
[site]: https://justinhartman.co | ||
[post]: https://justinhartman.co | ||
[git]: https://github.com/justinhartman/lamp-ssl | ||
[github]: https://github.com/justinhartman/lamp-ssl/issues | ||
[adminer]: https://github.com/justinhartman/adminer-custom | ||
|
@@ -216,9 +217,12 @@ this project a reality. | |
[pem-adminer]: https://github.com/pematon/adminer-custom | ||
[google]: https://google.github.io/styleguide/shell.xml | ||
[bats]: https://github.com/sstephenson/bats | ||
[travis-img]: https://travis-ci.org/justinhartman/lamp-ssl.svg?branch=master | ||
[travis-url]: https://travis-ci.org/justinhartman/lamp-ssl | ||
[travis-img]: https://travis-ci.com/justinhartman/lamp-ssl.svg?branch=master | ||
[travis-url]: https://travis-ci.com/justinhartman/lamp-ssl | ||
[cover-img]: https://coveralls.io/repos/github/justinhartman/lamp-ssl/badge.svg?branch=master | ||
[cover-url]: https://coveralls.io/github/justinhartman/lamp-ssl?branch=master | ||
[contribs]: https://github.com/justinhartman/.github/graphs/master | ||
[author-1]: https://github.com/justinhartman | ||
[codecov-img]: https://codecov.io/gh/justinhartman/lamp-ssl/branch/master/graph/badge.svg?token=DYO68X89Q7 | ||
[codecov-url]: https://codecov.io/gh/justinhartman/lamp-ssl | ||
[codecov-graph]: https://codecov.io/gh/justinhartman/lamp-ssl/commit/e0bc841781709adcc35231753ebd2d59c9a9bf02/graphs/sunburst.svg |