Files
openaccounting-server/README.md

26 lines
486 B
Markdown
Raw Normal View History

2018-10-19 15:32:17 -04:00
# Open Accounting Server
## Prerequisites
1. Go 1.8+
2. MySQL 5.7+
## Database setup
Use schema.sql and indexes.sql to create a MySQL database to store Open Accounting data.
## Configuration
Copy config.json.sample to config.json and edit to match your information.
## Run
`go run core/server.go`
## Build
`go build core/server.go`
2018-11-12 11:37:44 -05:00
## Help
2023-09-21 14:45:30 -06:00
[Join our Slack chatroom](https://join.slack.com/t/openaccounting/shared_invite/zt-23zy988e8-93HP1GfLDB7osoQ6umpfiA) and talk with us!