https://github.com/bearyinnovative/stalls
Applets for BearyChat
https://github.com/bearyinnovative/stalls
Last synced: 3 months ago
JSON representation
Applets for BearyChat
- Host: GitHub
- URL: https://github.com/bearyinnovative/stalls
- Owner: bearyinnovative
- Created: 2019-02-13T11:46:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:42:42.000Z (over 2 years ago)
- Last Synced: 2023-11-16T08:10:16.834Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Stalls
======[https://en.wikipedia.org/wiki/Places_in_Harry_Potter#Stalls](https://en.wikipedia.org/wiki/Places_in_Harry_Potter#Stalls)
## Development
#### 1. Install pip
[Installing with get-pip.py](https://bootstrap.pypa.io/get-pip.py)
#### 2. Install virtualenv
`$ pip install virtualenv`
#### 3. Install pip-tools
`$ sudo pip install --upgrade pip`
`$ sudo pip install pip-tools`
#### 4. Create virtual environment
`$ virtualenv venv`
#### 5. Activate virtual environment
`$ . ./venv/bin/activate`
#### 6. Install dependencies
`$ pip install -r requirements.txt`
#### 7. Environment configuartion
`$ cp .env.sample .env`
Edit `.env` according to your envrionments.
#### 8. Start server
`$ honcho start`
## Update translations
```sh
$ ./babel.sh pot
$ ./babel.sh update(edit translations files)
$ ./babel.sh build
```