Skip to content

salexkidd/box_webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

box_webapp

box_webapp test

how to setup

OS X

insatll brew

http://brew.sh/index_ja.html

$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

install git

brew install git

or using Xcode command line utils

(command line utils)[http://apple.stackexchange.com/questions/161648/how-to-use-gcc-or-git-without-installing-xcode]

install pyenv

$ brew install pyenv
$ brew install pyenv-virtualenv

install python

$ pyenv install 3.4.3

create virutalenv

pyenv virtualenv 3.4.3 box-webapp-test

pull this repository

$ cd ~/Documents
$ git clone https://github.com/box/box-ios-browse-sdk.git

install

$ cd ~/Documents/box-ios-browse-sdk
$ pyenv local box-webapp-test
$ pip install -r ./requirements.txt

migrate

$ ./manage.py migrate

runserver

$ ./manage.py runserver_plus 0.0.0.0:8000 --cert ./webapp/server.crt

and goto box web site

open your test app!

About

box_webapp test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published