Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To check if Crowd is up, in web browser go to
[https://crowd.sagebase.org:8443/crowd|https://crowd.sagebase.org:8443/crowd]
You should see Crowd log-in page.  If not then ssh in to crowd.sagebase.org  as ec2-user, using the standard key for 'platform' owned ec2 instances, PlatformKeyPairEast

At the unix prompt:

      ps -aefwww | grep java
 

Should show one java process, if not
      cd /usr/local/atlassian-crowd-2.2.7/

...

See Synapse Database Setup|wiki/display/PLFM/Synapse+Database+Setup+and+Configuration|\ for details on how to create a new schema for a new stack or instance.  The staging and production stacks use Amazon's RDS service.  Currently, both stacks use different databases in the same RDS instance.  The same RDS service also holds the ID Generator db, as well as data for Crowd.

...