You've already forked openaccounting-server
mirror of
https://github.com/openaccounting/oa-server.git
synced 2025-12-09 00:50:59 +13:00
readme
This commit is contained in:
22
README.md
Normal file
22
README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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`
|
||||
Reference in New Issue
Block a user