https://github.com/openaccounting/oa-server
Open Accounting Server
https://github.com/openaccounting/oa-server
Last synced: 5 months ago
JSON representation
Open Accounting Server
- Host: GitHub
- URL: https://github.com/openaccounting/oa-server
- Owner: openaccounting
- License: mit
- Created: 2018-10-19T19:16:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-22T17:29:47.000Z (over 1 year ago)
- Last Synced: 2024-08-04T01:15:59.009Z (8 months ago)
- Language: Go
- Homepage: https://openaccounting.io
- Size: 564 KB
- Stars: 84
- Watchers: 10
- Forks: 35
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-production-web-projects - Open Accounting - Open source accounting platform (Go / AWS Amplify)
README
# 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`
## Docker
If you are interested in running Open Accounting via Docker, @alokmenghrajani has created a [repo](https://github.com/alokmenghrajani/openaccounting-docker) for this.
## Help
[Join our Slack chatroom](https://join.slack.com/t/openaccounting/shared_invite/zt-23zy988e8-93HP1GfLDB7osoQ6umpfiA) and talk with us!