diff --git a/.dockerignore b/.dockerignore index 98d77aa6..dfa08dec 100644 --- a/.dockerignore +++ b/.dockerignore @@ -137,7 +137,7 @@ dmypy.json # Cython debug symbols cython_debug/ -### AlphaKit Specific ### +### Forum Specific ### .dockerignore .editorconfig .env diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index e90bab08..6b250dda 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -8,7 +8,7 @@ on: env: DOCKER_BUILDKIT: "1" - DOCKER_IMAGE: "docker.pkg.github.com/revsys/alphakit" + DOCKER_IMAGE: "docker.pkg.github.com/revsys/boost.org" jobs: diff --git a/.gitignore b/.gitignore index 309b0682..2e96cd52 100644 --- a/.gitignore +++ b/.gitignore @@ -137,6 +137,6 @@ dmypy.json # Cython debug symbols cython_debug/ -### AlphaKit Specific ### +### Forum Specific ### .env deployed_static diff --git a/README.md b/README.md index 115677cd..86a4e6bb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# AlphaKit +# Forum ## Overview @@ -50,7 +50,7 @@ $ docker-compose down ### Running with Celery and Redis -AlphaKit ships with Celery and Redis support, but they are off by default. To rebuild our image with support, we need to pass the `docker-compose-with-celery.yml` config to Docker Compose via: +Forum ships with Celery and Redis support, but they are off by default. To rebuild our image with support, we need to pass the `docker-compose-with-celery.yml` config to Docker Compose via: ```shell # rebuild our services diff --git a/ak/views.py b/ak/views.py index 65a7f6e2..4879d804 100644 --- a/ak/views.py +++ b/ak/views.py @@ -6,7 +6,7 @@ from django.views.generic import TemplateView class HomepageView(TemplateView): """ - Our default homepage for AlphaKit. We expect you to not use this view + Our default homepage for Forum. We expect you to not use this view after you start working on your project. """ diff --git a/config/wsgi.py b/config/wsgi.py index 73375d6d..5f11ba87 100644 --- a/config/wsgi.py +++ b/config/wsgi.py @@ -1,5 +1,5 @@ """ -WSGI config for AlphaKit. +WSGI config for Forum. """ import os diff --git a/docker/Dockerfile b/docker/Dockerfile index c52447f8..f4280760 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -37,5 +37,5 @@ CMD ["gunicorn", "-c", "/code/gunicorn.conf.py", "config.wsgi"] ENV X_IMAGE_TAG v0.0.0 -LABEL Description="AlphaKit Image" Vendor="REVSYS" +LABEL Description="Forum Image" Vendor="REVSYS" LABEL Version="${X_IMAGE_TAG}" diff --git a/templates/homepage.html b/templates/homepage.html index ef55cdce..2ad57e50 100644 --- a/templates/homepage.html +++ b/templates/homepage.html @@ -2,13 +2,13 @@ {% block content_wrapper %}
-

AlphaKit

+

Forum

-

Welcome to AlphaKit

+

Welcome to Forum

- This is the default homepage you get with AlphaKit. You should obviously + This is the default homepage you get with Forum. You should obviously replace this with a homepage that is appropriate for your application. But, since you're here anyway here are some useful links

@@ -22,8 +22,8 @@ System Status - AlphaKit + Forum Github