Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ymkymkymkymx authored Oct 30, 2020
1 parent 47e1fcf commit 6119efb
Showing 1 changed file with 57 additions and 1 deletion.
58 changes: 57 additions & 1 deletion README.md
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
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`$sudo apt update` - Ensures Ubuntu is up to date.
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`$sudo apt install python3-pip` - Install package management system.
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`$pip install Flask` - Install for Flask.

### Apscheduler
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`$sudo apt update` - Ensures Ubuntu is up to date.
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`$sudo apt install python3-pip` - Install package management system.
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`$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

0 comments on commit 6119efb

Please sign in to comment.