ark icon indicating copy to clipboard operation
ark copied to clipboard

Cleanup repo for local dev

Open TimothyStiles opened this issue 3 years ago • 3 comments

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).

TimothyStiles avatar Apr 04 '23 19:04 TimothyStiles

config for pre-filter of choice organisms. <-

TimothyStiles avatar Apr 04 '23 21:04 TimothyStiles

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 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.

isaacguerreir avatar Apr 05 '23 02:04 isaacguerreir

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 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.

Seems good to me @isaacguerreir!

TimothyStiles avatar Apr 05 '23 02:04 TimothyStiles