Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

have setup.sh create a ~/.discord-ttl/ directory #37

Open
ayubun opened this issue Jan 17, 2024 · 2 comments
Open

have setup.sh create a ~/.discord-ttl/ directory #37

ayubun opened this issue Jan 17, 2024 · 2 comments
Assignees

Comments

@ayubun
Copy link
Owner

ayubun commented Jan 17, 2024

this will solve a few problems with the setup script. the first one being that there's not really a good way to tell if setup has been run yet. the second being that it keeps the client code separated from the code managed by git (since client code is updated using CURL, it does not need to be in the git repo)

@ayubun
Copy link
Owner Author

ayubun commented Jan 17, 2024

the separation from git will make the dev environment much easier to work with :o it should also allow for the install script to be run as a standalone (one-line CURL) without needing to clone (for clients; NOT for developers)

@ayubun
Copy link
Owner Author

ayubun commented Jan 17, 2024

this will probably require the #10, since it will become less intuitive to interface with the .env file with it being in a dot directory. the cli can provide a way to start the bot / update the env, but also things like trail logs, check version, update version, freeze version, downgrade maybe(?), and cleanly uninstall TTL

@ayubun ayubun self-assigned this May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant