Skip to content

tak-km/Jukusai

This branch is 5 commits behind bunsanlab/Jukusai:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
yatuhashi
Jun 1, 2016
b36a8b6 · Jun 1, 2016

History

3 Commits
Jun 1, 2016
Jun 1, 2016
Jun 1, 2016
Jun 1, 2016
Jun 1, 2016
Jun 1, 2016
Jun 1, 2016

Repository files navigation

Jukusai

スマホアプリ用のバックエンドシステム ※このシステムはpythonのフレームワーク Djangoをベースに開発されている。以下に構築方法を記す

###環境構築 pyenvとvirtualenvを用いる事を推奨する

#####install

git clone https://github.com/yyuu/pyenv.git ~/.pyenv
git clone https://github.com/yyuu/pyenv-virtualenv.git ~/.pyenv/plugins/pyenv-virtualenv

#####shellの設定ファイルに以下を記述する

export PYENV_ROOT=$HOME/.pyenv
export PATH=$PYENV_ROOT/bin:$PATH
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"

###本体のインストールとpython3.5

pyenv install 3.5.0
pyenv virtualenv 3.5.0 jukusai
git clone https://github.com/Alice-tech/AliceAnimeServer.git

###pythonライブラリ

pip install -r requrements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%