Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Cecylia Bocovich
Wiki Replica
Commits
d78984c4
Unverified
Commit
d78984c4
authored
3 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
some details about the drupal setup
parent
f771217b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
service/crm.md
+9
-0
9 additions, 0 deletions
service/crm.md
with
9 additions
and
0 deletions
service/crm.md
+
9
−
0
View file @
d78984c4
...
...
@@ -160,6 +160,9 @@ The CRM service is built with two distinct servers:
*
`crm-int-01.torproject.org`
, AKA
`crm-int-01`
*
software:
*
CiviCRM on top of Drupal
*
Drupal has a
`tor_donation`
module which has the code to
receive/process Redis messages and initiate the corresponding
actions in CiviCRM
*
Apache with PHP FPM
*
MariaDB (MySQL) database (Drupal storage backend)
*
Redis cache (?)
...
...
@@ -179,6 +182,7 @@ The CRM service is built with two distinct servers:
*
`staging-api.donate.torproject.org`
: not live yet
*
`test-api.donate.torproject.org`
: test site to rename the API
middleware (see
[
issue 40123
](
https://gitlab.torproject.org/tpo/tpa/team/-/issues/40123
)
)
*
those sites live in
`/srv/donate.torproject.org`
There is also the
<https://donate.torproject.org>
static site hosted
in our
[
static hosting mirror network
](
howto/static-component
)
. A donation campaign
*must*
...
...
@@ -208,6 +212,11 @@ backend CiviCRM server. The middle and the CiviCRM server talk to each
other through a Redis instance, accessible only through an
[
IPsec
](
howto/ipsec
)
tunnel (as a 172.16/12 private IP address).
In order to receive contribution data and provide endpoints reachable
by Stripe/PayPal, the API server is configured to receive those
requests and pass specific messages using Redis over a secure tunnel
to the CRM server
Both servers have firewalled SSH servers (rules defined in Puppet,
`profile::civicrm`
). To get access to the port,
[
ask TPA
][
File
]
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment