Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurations to deploy web server on port 80 #44

Merged
merged 3 commits into from
Jan 12, 2018
Merged

Configurations to deploy web server on port 80 #44

merged 3 commits into from
Jan 12, 2018

Conversation

Natkeeran
Copy link
Contributor

@Natkeeran Natkeeran commented Jan 3, 2018

Github issue

Islandora/documentation#763

Changes

  • Adds/moves web server port related configuration into group_vars so the person deploying it does not have to hunt them down.

Testing

  • In order to change the web server port, you have to change it 4 places:
crayfish_milliner_drupal_base_url: http://localhost:8000
crayfish_milliner_gemini_base_url: http://localhost:8000/gemini 
milliner.baseUrl: http://localhost:8000/milliner/ (in alpaca_settings:)
apache_listen_port: 8000

Change the port to 80. Make the above changes. In vagrant, make sure to edit the Vagrantfile to forwarded to 80. Ensure that CRUD tests pass, including sync.

@dannylamb

@Natkeeran Natkeeran changed the title Issue 763 Configurations to deploy web server on port 80 Jan 3, 2018
@whikloj whikloj mentioned this pull request Jan 10, 2018
@jonathangreen
Copy link
Contributor

👍

@jonathangreen jonathangreen merged commit 8c13cd2 into Islandora-Devops:master Jan 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants