From 526e88fe30dfc7c5a8c36ed37da0ec58e2a27e3e Mon Sep 17 00:00:00 2001 From: valki Date: Sat, 17 Oct 2020 16:50:19 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20hinzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 158 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 158 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..17c5da7 --- /dev/null +++ b/README.md @@ -0,0 +1,158 @@ + + +
+

+ + Logo + + +

dockerized openAger

+ +

+ Ein Docker-Stack zur Installation von openAger +
+ Explore the docs » +
+
+ View Demo + · + Report Bug + · + Request Feature +

+

+ + + + +## Table of Contents + +* [About the Project](#about-the-project) + * [Built With](#built-with) +* [Getting Started](#getting-started) + * [Prerequisites](#prerequisites) + * [Installation](#installation) +* [Usage](#usage) +* [Roadmap](#roadmap) +* [Contributing](#contributing) +* [License](#license) +* [Contact](#contact) +* [Acknowledgements](#acknowledgements) + + + + +## About The Project + +[![Product Name Screen Shot][product-screenshot]](https://example.com) + +Here's a blank template to get started: +**To avoid retyping too much info. Do a search and replace with your text editor for the following:** +`github_username`, `repo_name`, `twitter_handle`, `email` + + +### Built With + +* []() +* []() +* []() + + + + +## Getting Started + +To get a local copy up and running follow these simple steps. + +### Prerequisites + +This is an example of how to list things you need to use the software and how to install them. +* npm +```sh +npm install npm@latest -g +``` + +### Installation + +1. Clone the repo +```sh +git clone https://github.com/github_username/repo_name.git +``` +2. Install NPM packages +```sh +npm install +``` + + + + +## Usage + +Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources. + +_For more examples, please refer to the [Documentation](https://example.com)_ + + + + +## Roadmap + +See the [open issues](https://github.com/github_username/repo_name/issues) for a list of proposed features (and known issues). + + + + +## Contributing + +Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**. + +1. Fork the Project +2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) +3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`) +4. Push to the Branch (`git push origin feature/AmazingFeature`) +5. Open a Pull Request + + + + +## License + +Distributed under the MIT License. See `LICENSE` for more information. + + + + +## Contact + +Your Name - [@twitter_handle](https://twitter.com/twitter_handle) - email + +Project Link: [https://github.com/github_username/repo_name](https://github.com/github_username/repo_name) + + + + +## Acknowledgements + +* []() +* []() +* []() + + + + + + + +[contributors-shield]: https://img.shields.io/github/contributors/github_username/repo.svg?style=flat-square +[contributors-url]: https://github.com/github_username/repo/graphs/contributors +[forks-shield]: https://img.shields.io/github/forks/github_username/repo.svg?style=flat-square +[forks-url]: https://github.com/github_username/repo/network/members +[stars-shield]: https://img.shields.io/github/stars/github_username/repo.svg?style=flat-square +[stars-url]: https://github.com/github_username/repo/stargazers +[issues-shield]: https://img.shields.io/github/issues/github_username/repo.svg?style=flat-square +[issues-url]: https://github.com/github_username/repo/issues +[license-shield]: https://img.shields.io/github/license/github_username/repo.svg?style=flat-square +[license-url]: https://github.com/github_username/repo/blob/master/LICENSE.txt +[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555 +[linkedin-url]: https://linkedin.com/in/github_username +[product-screenshot]: images/screenshot.png \ No newline at end of file