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

Ease of Use: Databases #39

Closed
927589452 opened this issue Mar 30, 2018 · 2 comments
Closed

Ease of Use: Databases #39

927589452 opened this issue Mar 30, 2018 · 2 comments

Comments

@927589452
Copy link
Contributor

Should the generation of needed databases be included ?

927589452 pushed a commit to 927589452/lab that referenced this issue Mar 30, 2018
added generation of the gitea database
according to Uberspace#39
927589452 pushed a commit to 927589452/lab that referenced this issue Mar 30, 2018
added generation of the gitea database
according to Uberspace#39
@nichtmax
Copy link
Member

nichtmax commented Apr 3, 2018

If this is a necessary step for setup: yes. If the tools do this be themselves: no.

@ezzra
Copy link
Contributor

ezzra commented Apr 3, 2018

In the etherpad guide I used this code to easily create MySQL DB within terminal:

mysql -e "CREATE DATABASE ${USER}_etherpad;"

The var $USER does already care for the usernaming thing here.

@nichtmax nichtmax closed this as completed Apr 5, 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

No branches or pull requests

3 participants