A recipe management program
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Marc Schlagenhauf 987bee7b76 Merge pull request 'Umstrukturierung' (#12) from marc into master
Reviewed-on: kulini/kulini-server#12
2 years ago
auth Umstrukturierung 2 years ago
common Umstrukturierung 2 years ago
config . 3 years ago
errmsg Umstrukturierung 2 years ago
exchange Umstrukturierung 2 years ago
grocerylist Umstrukturierung 2 years ago
images Umstrukturierung 2 years ago
nutrition 08-07-2020 3 years ago
recipes Umstrukturierung 2 years ago
settings Umstrukturierung 2 years ago
.gitignore Kategorien-Zähler 3 years ago
LICENSE Initial commit 4 years ago
README.md Kategorien-Zähler 3 years ago
go.mod Umstrukturierung 2 years ago
go.sum Umstrukturierung 2 years ago
kulini-server Umstrukturierung 2 years ago
main.go Umstrukturierung 2 years ago

README.md

Kulini (Server)

A recipe management program

Copyright © 20182020 Marc Schlagenhauf

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Building and running

1. Install Go

If you are using a Linux distribution you can usually find a package in your repositories. If not or if you are using a different operating system you can download Go at https://golang.org/dl/

2. Download dependencies and build binary

go get git.schlagma.de/kulini/kulini-server && \
cd $GOPATH/src/git.schlagma.de/kulini/kulini-server && \
go build

3. Run Kulini

./kulini-server

After you have finished your setup you can access Kulini at localhost:2805 or on any other port you specified in the configuration file.