mirror of https://github.com/writeas/writefreely
A focused writing and publishing space.
https://write.with.parts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
210 B
4 lines
210 B
6 years ago
|
#!/bin/bash
|
||
|
docker-compose exec db sh -c 'exec mysql -u root -pchangeme writefreely < /tmp/schema.sql'
|
||
|
docker exec writefreely_web_1 writefreely --gen-keys
|
||
|
docker exec -it writefreely_web_1 writefreely --config
|