Commit Graph

15 Commits (c239b9af83fd948d2c36fa5d38ea9b5f9d9353cf)

Author SHA1 Message Date
nutomic 80aef61aed Split code into cargo workspaces (#67)
More fixes

- fixed docker builds
- fixed mentions regex test
- fixed DATABASE_URL stuff
- change schema path in diesel.toml

Address review comments

- add jsonb column back into activity table
- remove authors field from cargo.toml
- adjust LEMMY_DATABASE_URL env var usage
- rename all occurences of LEMMY_DATABASE_URL to DATABASE_URL

Decouple utils and db

Split code into cargo workspaces

Co-authored-by: Felix Ableitner <me@nutomic.com>
Reviewed-on: https://yerbamate.dev/LemmyNet/lemmy/pulls/67
4 years ago
Richie Zhang d17316508c Improve shell scripts (#705)
* Improve init-db.sh

Allow custom database parameters.
Abstract common functionality.

* Improve install.sh

Abstract common functionality.
Ask to automagically reload the project when source files are changed.
4 years ago
Richie Zhang 8d4ab4555c Improve the yes/no prompt in install.sh (#683)
* Improve the yes/no prompt in install.sh

The old implementation used a feature only present on Bash version 4, which not all systems have. The new version should work on all bash shells.

* Update install.sh
4 years ago
Dessalines 62ab68d317 Adding full logging. 4 years ago
Richie Zhang a8126b33bb Add line breaks after user prompts in install.sh 4 years ago
Richie Zhang 15ef4a7122 Add a semicolon. 4 years ago
Richie Zhang 186ad57858 Fix a user prompt in install.sh 4 years ago
Richie Zhang 8871dcef7d Add an option to initialize the database from install.sh 4 years ago
Dessalines ef05f00983 Fixing install.sh db export. 4 years ago
Dessalines f0808a1116 Adding custom language setting.
- Fixes #319
5 years ago
Dessalines 820af56387 Externalizing JWT token 5 years ago
Dessalines 66cbd050a1 Documentation 5 years ago
Felix Ableitner c6ad290bc6 Add shebang to scripts 5 years ago
Dessalines 4ab28c01c6 Showing how to do live update developing in the install script. 5 years ago
Dessalines b8c259f9e7 Adding expanding navbar, some docs 5 years ago