A clean, Markdown-based publishing platform made for writers. Write together, and build a community. https://writefreely.org
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

  1. #!/bin/bash
  2. docker-compose exec db sh -c 'exec mysql -u root -pchangeme writefreely < /tmp/schema.sql'
  3. docker exec writefreely_web_1 writefreely --gen-keys
  4. docker exec -it writefreely_web_1 writefreely --config