Skip to content

untag-informatics-lab/Ayasakura

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ayasakura

Program Silab.

Installation

  1. Default environment is Development, if you want to change to Production change environment setting on wsgi.py and manage.py to Ayasakura.settings.production, or you can add your own environment in Ayasakura/Ayasakura/settings/.

  2. Use the package manager pip to install Nymphaea dependencies.

pip install script/requirements.txt
  1. Migrate all tables to database, make sure you configure your environment first before do this part.
python manage.py migrate

Usage

  1. For development .
python manage.py runserver
  1. For Production (with gunicorn)
gunicorn Ayasakura.wsgi -w <number or workers> --bind <ip_address>:<port_destination> &

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

  1. Fork this git .
  2. Make a branch what-a-feature : git checkout -b my-new-feature
  3. Commit changes : git commit -am 'Add some features'
  4. Push branch to remote : git push origin my-new-feature
  5. Make a pull request

Please make sure to update tests as appropriate.

Changelog

Read Changelog

License

GNU GPL V3.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published