-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated information about the demo server
- Loading branch information
1 parent
47fb886
commit 9e055d1
Showing
14 changed files
with
170 additions
and
96 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
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,6 +1,7 @@ | ||
--- | ||
id: ux-talawa | ||
title: UI/UX Guidelines | ||
sidebar_position: 2 | ||
--- | ||
|
||
## Introduction | ||
|
1 change: 1 addition & 0 deletions
1
docs/developers/contributing.md → docs/developers/introduction/contributing.md
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 |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
id: demo-site | ||
title: Demonstration Site | ||
sidebar_position: 3 | ||
--- | ||
|
||
## Introduction | ||
|
||
We have a demonstration site that can be accessed at this URL: | ||
|
||
``` | ||
https://demo.talawa.io/ | ||
``` | ||
|
||
Login credentials can be found in the [INSTALLATION.md](https://github.com/PalisadoesFoundation/talawa-api/blob/develop/INSTALLATION.md#user-accounts-and-organizations) guide in the `develop` branch. | ||
|
||
## System Setup | ||
|
||
This is a summary of how the system is configured. | ||
|
||
### App Configuration | ||
|
||
The apps are configured to operate like this: | ||
|
||
1. The API and Admin apps run on the server in Docker containers. | ||
2. The API: | ||
1. runs as the `talawa-api` user. | ||
2. was originally configured using the setup script using default values in the `.env` file. | ||
3. The Admin web app: | ||
1. runs as the `talawa-admin` user. | ||
2. was originally configured using the setup script using default values in the `.env` file except for these parameters: | ||
``` | ||
REACT_APP_TALAWA_URL=https://demo.talawa.io:8443/graphql/ | ||
REACT_APP_BACKEND_WEBSOCKET_URL=ws://demo.talawa.io:8443/graphql/ | ||
``` | ||
### Server Configuration | ||
The server is configured to operate like this: | ||
2. There is an SSL certificate for demo.talawa.io | ||
3. The server uses Apache as a frontend reverse proxy. The configuration: | ||
1. Redirects demo.talawa.io port 80 traffic to port 443 | ||
2. Proxies port 443 to the Talawa-Admin port 4321 | ||
3. Proxies port 8443 to the Talawa-API port 4000 | ||
4. There is no default port 80 or 443 configurations | ||
5. The configurations can be found in `/etc/apache2/sites-enabled` | ||
6. Logs can be viewed in the `/var/log/apache2/` directory. | ||
#### Server Cron Jobs | ||
Daily cron jobs run to do the following: | ||
1. Deploy the latest versions of the API and Admin `develop` code branches. | ||
2. Reset the API database with the latest `develop` sample data. |
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
1 change: 1 addition & 0 deletions
1
docs/introduction/concepts-old.md → docs/getting-started/concepts-old.md
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
1 change: 1 addition & 0 deletions
1
docs/introduction/concepts.md → docs/getting-started/concepts.md
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
Oops, something went wrong.