production_line_report
production_line_report
TODO: Write a description here
Installation
- Follow this page install Crystal, after install sucessful, you should run
crystal
,shards
command sucessful. - [Optional] Follow this install lucky command, this step only needed if you want rollback db/migrations etc.
- Run
shards
to install dependencies into./lib
- Start pg server sucessful.
- Run
lucky db.create
create database.
Usage
- run
shards run
to start server. - Visit
localhost:3000
.
Deployment
-
For built a static bianry which can be run any linux distro, you must use Docker, more details will add later.
-
For built on ARM device, use following command.
crystal build --cross-compile --target arm-linux-gnueabihf src/production_line_report.cr
Then run the generated cc
command in ARM device.
Contributing
- Fork it (https://github.com/zw963/production_line_report/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Billy.Zheng - creator and maintainer
Repository
production_line_report
Owner
Statistic
- 0
- 0
- 0
- 0
- 6
- 2 months ago
- July 28, 2022
License
MIT License
Links
Synced at
Sat, 23 Nov 2024 10:11:14 GMT
Languages