Skip to main content

A website featuring a cloud drive and an online shop.

Project description

nut_cloud

PyPI version

an online shop and a cloud drive using SQLite, Flask as the backend and the Bootstrap framework to ameliorate the appearance of the frontend.

Usage

The first time

  1. pip install nut-cloud
    • For Linux/macos/BSDs: $ export FLASK_APP="nut_cloud"
    • For Windows Powershell: $ $env:FLASK_APP="nut_cloud"
  2. $ flask init-db (Only needed on the first time running nut_cloud)
  3. $ flask run

Later

$ python -c 'import nut_cloud; nut_cloud.create_app().run()'

CAUTION

You need to configure the SECRET_KEY, WEBHOOK_SECRET_KEY and the HOSTNAME yourself!

You can put a config.py in the app instance folder to configure these settings.

Auto deploy

You can configure your WEBHOOK_SECRET_KEY to match the secret key of Github Webhooks, then you can use Systemd to monitor file changes under {instance path}/restart/ and restart the uwsgi server each time any file is changed.

Language

Simplified Chinese

License

Copyright (c) 2018-2019 Chijun Sima, Yixue Zhong

Licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nut_cloud-20.3.1.tar.gz (375.5 kB view hashes)

Uploaded Source

Built Distribution

nut_cloud-20.3.1-py3-none-any.whl (389.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page