You can install smartcooly from installation package or Docker.
The default username and password are admin
, please modify them immediately after login!
- Download the smartcooly installation package on this page
- Unzip the smartcooly installation package
- Enter the extracted smartcooly installation directory
- Run
smartcooly
Then, smartcooly is running at http://localhost:9876
.
Linux & Mac user quick start command
wget https://github.com/marstau/smartcooly/releases/download/v{{VERSION}}/smartcooly_{{OS}}_{{ARCH}}.tar.gz
tar -xzvf smartcooly_{{OS}}_{{ARCH}}.tar.gz
cd smartcooly_{{OS}}_{{ARCH}}
./smartcooly
Please replace {{VERSION}}, {{OS}}, {{ARCH}} first.
docker run --name=smartcooly -p 19876:9876 marstau/smartcooly
Then, smartcooly is running at http://localhost:19876
.
heroku addons:create heroku-postgresql:hobby-basic -a smartcooly
heroku buildpacks:add https://github.com/debitoor/ssh-private-key-buildpack.git -a smartcooly
heroku buildpacks:add heroku/go -a smartcooly
heroku config:set SSH_KEY=$(cat ~/.ssh/id_rsa | base64) -a smartcooly
heroku config:set MAIL_SMTP=smtp.mxhichina.com -a smartcooly
heroku config:set MAIL_SMTP_PORT=465 -a smartcooly
heroku config:set MAIL_SENDER_ADDRESS=email_from_address -a smartcooly
heroku config:set MAIL_PASSWORD=email_from_password -a smartcooly
go build smartcooly.go
npm run dist
Contributions are not accepted in principle until the basic infrastructure is complete.
However, the ISSUE is welcome.
eth:0x6E6dDDE24C79e94633CACAa442FadDcD41Af31Bd
btc:1KaJo5bFTpFzJXSYDiFjYkHELvcQdy9NSn
Copyright (c) 2016 marstau by MIT