Issue 14836

Prepare appdev env to be a complete replacement for devapi/portaldev

14836
Reporter: omeyn
Assignee: kbraak
Type: SubTask
Summary: Prepare appdev env to be a complete replacement for devapi/portaldev
Priority: Major
Resolution: Fixed
Status: Resolved
Created: 2014-01-17 15:39:16.252
Updated: 2014-02-03 15:26:08.295
Resolved: 2014-02-03 15:26:08.252
        
Description: So that we're confident we can release and deploy to production.

Needs
- staging becomes uat
- uat.gbif.org for portal
- apiuat.gbif.org for varnish/api
- varnish config deploy from git
- apache rewrites config from git
- drupal changes (urls)
- deploy script (from git using profiles)
- new uat profile in every project
- copy live hbase data to uat namespace tables
- make hive tables
- download folders (hdfs and mount points)
- image cache
- uat and appdev will use the same lookup services (nub and geo, now on boma)

To summarize the 3 environments, we will have:

PROD:
 www.gbif.org & api.gbif.org

UAT:
 uat.gbif.org & apiuat.gbif.org

DEV:
appdev.gbif.org, appdev.gbif.org:8080]]>
    


Author: kbraak@gbif.org
Created: 2014-02-03 15:26:08.292
Updated: 2014-02-03 15:26:08.292
        
Appdev environment ready.

Creation of UAT environment addressed in POR-1752 + related tasks.