Reviewed-on: kulini/kulini-server#12 |
2 years ago | |
---|---|---|
auth | 2 years ago | |
common | 2 years ago | |
config | 3 years ago | |
errmsg | 2 years ago | |
exchange | 2 years ago | |
grocerylist | 2 years ago | |
images | 2 years ago | |
nutrition | 3 years ago | |
recipes | 2 years ago | |
settings | 2 years ago | |
.gitignore | 3 years ago | |
LICENSE | 4 years ago | |
README.md | 3 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
kulini-server | 2 years ago | |
main.go | 2 years ago |
README.md
Kulini (Server)
A recipe management program
Copyright
Copyright © 2018–2020 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.