https://github.com/arpit2438735/angular-python-watermark
https://github.com/arpit2438735/angular-python-watermark
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arpit2438735/angular-python-watermark
- Owner: arpit2438735
- Created: 2016-03-13T13:01:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-14T15:58:06.000Z (about 9 years ago)
- Last Synced: 2025-01-14T08:32:15.481Z (4 months ago)
- Language: JavaScript
- Size: 417 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Install prerequisite
- Install pip
- For Ubuntu
`sudo apt-get -y install python-pip`
- For Mac
`brew install python` will also install pip make sure you installed using brew
- Install env
- `pip install virtualenv`# Install app in your env
- Type `virtualenv ` in this folder
- Type `pip install -r requirement.txt`
- Type `source bin/activate`
- Navigate to `assignment/assignment/static` and type `bower install` //Assuming you have bower install in your system using npm package# Run Python Server
- Type `gunicorn assignment.assignment.wsgi`
- Type `127.0.0.1:8000` on your browser# Refactor
- Remove one deep `assignment` folder and move all code to upper level
- Use of grunt task in `production` to create UI build
- Remove all `bower` dependency file inside scripts.Need to check heroku deploy bower app