ark
ark copied to clipboard
Cleanup repo for local dev
The current repo is kind of a prototyping mess. I'd like to see it trimmed down and refactored such that a dev can get a basic setup running on their computer with a one line install like they would experience with Gitea (a well loved self-hostable git server with simple one line install).
config for pre-filter of choice organisms. <-
Now my definition of basic setup will be:
- Installing ark
- Running
arkcommand - A check will be executed to search for a config file
- If not found
arkwill run an interactive config setup - Finally it will run the database setup based on config
Tasks:
- [ ] Check if a config file is present
- [ ] If not found go to interactive config setup
- [ ] Run the database setup based on config
Open to discussing if someone thinks another way.
Now my definition of basic setup will be:
1. Installing ark 2. Running `ark` command 3. A check will be executed to search for a config file 4. If not found `ark` will run an interactive config setup 5. Finally it will run the database setup based on configTasks:
* [ ] Check if a config file is present * [ ] If not found go to interactive config setup * [ ] Run the database setup based on configOpen to discussing if someone thinks another way.
Seems good to me @isaacguerreir!