forked from cybercinch/openaccounting-server
77ab4b0e1d1edc7f4cc2a3bd48a985110884c828
- Create justfile with development and production recipes - Add Docker build and run commands with proper configuration - Include database management utilities and migration helpers - Add development setup and dependency management - Create configuration help and documentation commands - Support both SQLite and MySQL deployment scenarios 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Open Accounting Server
Prerequisites
- Go 1.8+
- 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
Docker
If you are interested in running Open Accounting via Docker, @alokmenghrajani has created a repo for this.
Help
Join our Slack chatroom and talk with us!