-
Notifications
You must be signed in to change notification settings - Fork 16
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
[WIP]: Infrastructure Rebuild #363
Open
Xylakant
wants to merge
52
commits into
master
Choose a base branch
from
feature/infra-rebuild
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Hoverbear
force-pushed
the
feature/infra-rebuild
branch
from
September 7, 2016 13:55
807229b
to
60ccfc3
Compare
Just rebased. |
Hoverbear
force-pushed
the
feature/infra-rebuild
branch
from
September 20, 2016 11:59
b90d532
to
f6aa447
Compare
Just rebased. |
Hoverbear
force-pushed
the
feature/infra-rebuild
branch
from
September 20, 2016 12:01
f6aa447
to
87878fc
Compare
Hoverbear
force-pushed
the
feature/infra-rebuild
branch
from
October 7, 2016 08:07
ca0636c
to
e10174c
Compare
Just rebased. |
Hoverbear
force-pushed
the
feature/infra-rebuild
branch
from
January 13, 2017 15:02
f97ad60
to
a6ef178
Compare
Rebased. |
add app servers, workers are still commented out wwq
since we have separate development/production machines we don't need that w
the asset server is lacking the shared configs. deployment is not possible on that machine
this deploys the proper parts on the proper machines. it currently does not link the required directories (uploaded fotos etc) on assets. Still broken as well: * the sudoers config on app * the sudores config on worker * the systemd unit on worker
* fix application path * log stdout/stderr to stdout/stderr
This enables things such as `icons.zip` and `favicon.ico` to be served from the static asset server.
Hoverbear
force-pushed
the
feature/infra-rebuild
branch
from
April 10, 2017 10:16
a6ef178
to
d1e9709
Compare
Rebased. |
Integrate with make_osc & deploy on osm-database
Hoverbear
force-pushed
the
feature/infra-rebuild
branch
from
May 23, 2017 13:12
9a3c4cf
to
ee2e8ba
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The new server infrastructure requires some changes to the wheelmap app. This PR collects all those changes so we can merge them when time comes.
CAUTION: This branch will be rebased on a regular basis.