Skip to content

Commit

Permalink
Switching to apache cookiecutter repos
Browse files Browse the repository at this point in the history
  • Loading branch information
machristie committed Sep 27, 2023
1 parent 75ff283 commit 28fe559
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/dev/custom_django_app.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pip install -U cookiecutter
Django app template.

```
cookiecutter https://github.com/machristie/cookiecutter-airavata-django-app.git
cookiecutter https://github.com/apache/airavata-cookiecutter-django-app.git
```

You'll need to answer some questions. The project name is the most important
Expand Down
4 changes: 2 additions & 2 deletions docs/dev/custom_output_view_provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pip install -U cookiecutter
custom django app. Use cookiecutter to run the Airavata Django app template.

```
cookiecutter https://github.com/machristie/cookiecutter-airavata-django-app.git
cookiecutter https://github.com/apache/airavata-cookiecutter-django-app.git
```

You'll need to answer some questions. The project name is the most important
Expand All @@ -65,7 +65,7 @@ See [Adding a Custom Django App](./custom_django_app.md) for more details.

```
cd custom_django_app # Or whatever you named your custom Django app
cookiecutter https://github.com/machristie/cookiecutter-airavata-django-output-view.git -f
cookiecutter https://github.com/apache/airavata-cookiecutter-django-output-view.git -f
```

You'll need to answer some questions. For `project_name` give the name for your
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorial/custom_ui_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ pip install -U cookiecutter
2. Use cookiecutter to run the Airavata Django app template.

```sh
cookiecutter https://github.com/machristie/cookiecutter-airavata-django-app.git
cookiecutter https://github.com/apache/airavata-cookiecutter-django-app.git
```

You'll need to answer some questions. You can name it whatever you want, but to
Expand Down Expand Up @@ -722,7 +722,7 @@ Now we'll also generate and implement a **Gaussian Eigenvalues View** provider.
2. Run the following cookiecutter template:

```sh
cookiecutter https://github.com/machristie/cookiecutter-airavata-django-output-view.git -f
cookiecutter https://github.com/apache/airavata-cookiecutter-django-output-view.git -f
```

You'll need to answer some questions again. For `project_name` give **Gaussian
Expand Down

0 comments on commit 28fe559

Please sign in to comment.