From 8f7814cad3bb08dde418ef10db2737a4b151c3b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Wed, 26 Dec 2018 19:29:32 +0100 Subject: [PATCH] Change "openedx-docker" github urls to tutor --- README.rst | 18 +++++++++--------- docs/index.rst | 16 ++++++++-------- docs/quickstart.rst | 4 ++-- docs/troubleshooting.rst | 8 ++++---- 4 files changed, 23 insertions(+), 23 deletions(-) diff --git a/README.rst b/README.rst index fc69a1b..47bbd36 100644 --- a/README.rst +++ b/README.rst @@ -1,17 +1,17 @@ Tutor 🎓 Open edX 1-click install for everyone ============================================== -.. image:: https://img.shields.io/travis/regisb/openedx-docker.svg +.. image:: https://img.shields.io/travis/regisb/tutor.svg :alt: Build status - :target: https://travis-ci.org/regisb/openedx-docker + :target: https://travis-ci.org/regisb/tutor -.. image:: https://img.shields.io/github/issues/regisb/openedx-docker.svg +.. image:: https://img.shields.io/github/issues/regisb/tutor.svg :alt: GitHub issues - :target: https://github.com/regisb/openedx-docker/issues + :target: https://github.com/regisb/tutor/issues -.. image:: https://img.shields.io/github/issues-closed/regisb/openedx-docker.svg?colorB=brightgreen +.. image:: https://img.shields.io/github/issues-closed/regisb/tutor.svg?colorB=brightgreen :alt: GitHub closed issues - :target: https://github.com/regisb/openedx-docker/issues?q=is%3Aclosed + :target: https://github.com/regisb/tutor/issues?q=is%3Aclosed **Tutor** is a one-click install of `Open edX `_, both for production and local development, inside docker containers. Tutor is easy to run, fast, full of cool features, and it is already used by dozens of Open edX platforms in the world. @@ -24,8 +24,8 @@ Quickstart :: - git clone https://github.com/regisb/openedx-docker - cd openedx-docker/ + git clone https://github.com/regisb/tutor + cd tutor/ make local Documentation @@ -36,4 +36,4 @@ Extensive documentation is available online: https://tutor.readthedocs.io/ How to contribute ----------------- -We go to great lengths to make it as easy as possible for people to run Open edX inside Docker containers. If you have an improvement idea, feel free to `open an issue on Github `_ so that we can discuss it. `Pull requests `_ will be happily examined, too! However, we should be careful to keep the project lean and simple: both to use and to modify. Optional features should not make the user experience more complex. Instead, documentation on how to add the feature is preferred. +We go to great lengths to make it as easy as possible for people to run Open edX inside Docker containers. If you have an improvement idea, feel free to `open an issue on Github `_ so that we can discuss it. `Pull requests `_ will be happily examined, too! However, we should be careful to keep the project lean and simple: both to use and to modify. Optional features should not make the user experience more complex. Instead, documentation on how to add the feature is preferred. diff --git a/docs/index.rst b/docs/index.rst index 6d9dcb6..f9f7f3a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,17 +6,17 @@ Tutor 🎓 Open edX 1-click install for everyone ============================================== -.. image:: https://img.shields.io/travis/regisb/openedx-docker.svg +.. image:: https://img.shields.io/travis/regisb/tutor.svg :alt: Build status - :target: https://travis-ci.org/regisb/openedx-docker + :target: https://travis-ci.org/regisb/tutor -.. image:: https://img.shields.io/github/issues/regisb/openedx-docker.svg +.. image:: https://img.shields.io/github/issues/regisb/tutor.svg :alt: GitHub issues - :target: https://github.com/regisb/openedx-docker/issues + :target: https://github.com/regisb/tutor/issues -.. image:: https://img.shields.io/github/issues-closed/regisb/openedx-docker.svg?colorB=brightgreen +.. image:: https://img.shields.io/github/issues-closed/regisb/tutor.svg?colorB=brightgreen :alt: GitHub closed issues - :target: https://github.com/regisb/openedx-docker/issues?q=is%3Aclosed + :target: https://github.com/regisb/tutor/issues?q=is%3Aclosed **Tutor** is a one-click install of `Open edX `_, both for production and local development, inside docker containers. Tutor is easy to run, fast, full of cool features, and it is already used by dozens of Open edX platforms in the world. @@ -56,9 +56,9 @@ In case of trouble, please follow the instructions in the :ref:`troubleshooting` Contributing ------------ -We go to great lengths to make it as easy as possible for people to run Open edX inside Docker containers. If you have an improvement idea, feel free to `open an issue on Github `_ so that we can discuss it. `Pull requests `_ will be happily examined, too! However, we should be careful to keep the project lean and simple: both to use and to modify. Optional features should not make the user experience more complex. Instead, documentation on how to add the feature is preferred. +We go to great lengths to make it as easy as possible for people to run Open edX inside Docker containers. If you have an improvement idea, feel free to `open an issue on Github `_ so that we can discuss it. `Pull requests `_ will be happily examined, too! However, we should be careful to keep the project lean and simple: both to use and to modify. Optional features should not make the user experience more complex. Instead, documentation on how to add the feature is preferred. License ------- -This work is licensed under the terms of the `MIT License `_. +This work is licensed under the terms of the `MIT License `_. diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 90f0d68..57239f3 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -5,8 +5,8 @@ Quickstart :: - git clone https://github.com/regisb/openedx-docker - cd openedx-docker/ + git clone https://github.com/regisb/tutor + cd tutor/ make local **That's it?** diff --git a/docs/troubleshooting.rst b/docs/troubleshooting.rst index ce5359a..f45086d 100644 --- a/docs/troubleshooting.rst +++ b/docs/troubleshooting.rst @@ -7,8 +7,8 @@ What should you do if you have a problem? 1. Read the error logs that appear in the console. When running a single server platform as daemon, you can view the logs with the ``docker-compose logs`` command. (see :ref:`logging` below) 2. Check if your problem already has a solution right here in the :ref:`troubleshooting` section. -3. Search for your problem in the `open and closed Github issues `_. -4. If, despite all your efforts, you can't solve the problem, decide if the issue is related to Open edX or if it's specific to Tutor. In the latter case, you are most welcome to open an `issue on Github `_. **Please follow the instructions from the issue template!!!** Your issue will be examined in all cases, but you can make my life much easier by giving me as much background information as possible. +3. Search for your problem in the `open and closed Github issues `_. +4. If, despite all your efforts, you can't solve the problem, decide if the issue is related to Open edX or if it's specific to Tutor. In the latter case, you are most welcome to open an `issue on Github `_. **Please follow the instructions from the issue template!!!** Your issue will be examined in all cases, but you can make my life much easier by giving me as much background information as possible. .. _logging: @@ -42,7 +42,7 @@ The containerized Nginx needs to listen to ports 80 and 443 on the host. If ther However, you might now want to do that if you need a webserver for running non-Open edX related applications. In such cases... -2. Run the nginx container on different ports: you can create a ``.env`` file in the ``openedx-docker`` directory in which you indicate different ports. For instance:: +2. Run the nginx container on different ports: you can create a ``.env`` file in the ``tutor`` directory in which you indicate different ports. For instance:: cat .env NGINX_HTTP_PORT=81 @@ -50,7 +50,7 @@ However, you might now want to do that if you need a webserver for running non-O In this example, the nginx container ports would be mapped to 81 and 444, instead of 80 and 443. -You should note that with the latter solution, it is your responsibility to configure the webserver on the host as a proxy to the nginx container. See `this `_ for http, and `this `_ for https. +You should note that with the latter solution, it is your responsibility to configure the webserver on the host as a proxy to the nginx container. See `this `_ for http, and `this `_ for https. Help! The Docker containers are eating all my RAM/CPU/CHEESE ------------------------------------------------------------