-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
47e1fcf
commit 6119efb
Showing
1 changed file
with
57 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,57 @@ | ||
# Tempoture-taskrunner | ||
|
||
<!--[![GPL License][license-shield]][license-url] --> | ||
|
||
<br /> | ||
<p align="center"> | ||
<a href="https://github.com/Tempoture/Tempoture-Data-Base"> | ||
<img src="https://cdn.discordapp.com/attachments/750506956539822120/769965690420723722/LOGO.PNG" alt="Logo" width="250" height="250"> | ||
</a> | ||
<h3 align="center">Taskrunner for the Tempoture Project</h3> | ||
|
||
<p align="center"> | ||
A taskrunner for heroku server. | ||
<br /> | ||
<br /> | ||
<a href="https://github.com/Tempoture/"><strong>Repositories for Tempoture</strong></a> | ||
<br /> | ||
<a href="https://github.com/Tempoture/Tempoture-frontend">Frontend-Repository</a> | ||
· | ||
<a href="https://github.com/Tempoture/Tempoture-backend">Backend-Repository</a> | ||
· | ||
<a href="https://github.com/Tempoture/Tempoture-Data-Base">Database-Repository</a> | ||
. | ||
<a href="https://github.com/Tempoture/Tempoture-taskrunner">Taskrunner-Repository</a> | ||
</p> | ||
</p> | ||
|
||
|
||
### Software | ||
|
||
|
||
|
||
* [Python3](https://www.python.org/download/releases/3.0/) - The programming language of choice for the project. | ||
|
||
|
||
## Installation Guide | ||
Before installing the following softwares, have the latest version of Python installed. Also note that these install commands are specific for the Ubuntu bash terminal. | ||
### Flask | ||
`$sudo apt update` - Ensures Ubuntu is up to date. | ||
<br> `$sudo apt install python3-pip` - Install package management system. | ||
<br> `$pip install Flask` - Install for Flask. | ||
|
||
### Apscheduler | ||
`$sudo apt update` - Ensures Ubuntu is up to date. | ||
<br> `$sudo apt install python3-pip` - Install package management system. | ||
<br> `$pip install apscheduler` - Install for apscheduler. | ||
|
||
|
||
|
||
## License | ||
Distributed under the GPL License. See `LICENSE` for more information. | ||
|
||
|
||
|
||
|
||
|
||
[license-shield]: https://cdn.discordapp.com/attachments/750506956539822120/771468904899543090/gpl_license.PNG | ||
[license-url]: https://github.com/Tempoture/Tempoture-taskrunner/blob/main/LICENSE |