Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/irevoire/crustyline
What is on the menu today in WorldLine-Seclin ?
https://github.com/irevoire/crustyline
docker rust worldline
Last synced: 9 days ago
JSON representation
What is on the menu today in WorldLine-Seclin ?
- Host: GitHub
- URL: https://github.com/irevoire/crustyline
- Owner: irevoire
- License: wtfpl
- Created: 2019-03-17T20:00:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T11:53:50.000Z (over 5 years ago)
- Last Synced: 2024-12-24T13:04:19.154Z (12 days ago)
- Topics: docker, rust, worldline
- Language: Rust
- Homepage: http://restaurant-seclin.atosworldline.com
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crustyline
The first aim of this project is to learn rust.
The second aim of this project is to know what I'll eat this week.This project should be deployed at https://wl.irevoire.ovh
## How do I start
### Required software
You'll need rust and cargo. You should install everything from rustup : https://doc.rust-lang.org/cargo/getting-started/installation.html
### Building
```
cargo build
```### Running
```
cargo run
```### Docker
#### Pulling the image:
```
docker pull reg.irevoire.ovh/crustyline
```#### Running the image:
```
docker run --restart=always -d --name crustyline reg.irevoire.ovh/crustyline
```