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

Some tweaks for general setup #156

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

deathaxe
Copy link

This PR incooperates some changes to get up and running more quickly.

  1. Postgre failed to start as it couldn't create /var/run/postgresql, so added it to the scripts.
  2. Improve overall database initialization in dev-servers.sh for easiear start.
  3. Start dev-servers.sh via dev.sh so all development related servers start with a single command.
    Found it confusing to fail due to not running databse/redis server.
  4. Add a hint about new basic auth secrets.

Creating /var/run/postgresql directory requires elevated privileges on
debian. As postgresql runs without them the directory needs to be
created beforehand.
Reduce some initial hassle to get things running.
Git prints a warning if no strategy for pulling (merge,rebase,ff-only)
is configured. Hence explicitly request --ff-only to avoid it.
Convert some tabs into spaces.
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.

1 participant