Since Chrome apps are now being deprecated. Download postman from https://dl.pstmn.io/download/latest/linux
Although I highly recommend using a snap
sudo snap install postman
tar -xzf Postman-linux-x64-5.3.2.tar.gz
invinciblycool@invinciblycool-machine:~/FOSSASIA/open-event-orga-server$ nosetests tests/unittests/ | |
FEFEEFEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE | |
====================================================================== | |
ERROR: test_get_count (tests.unittests.api.helpers.test_db.TestDBHelperValidation) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/invinciblycool/FOSSASIA/open-event-orga-server/tests/unittests/utils.py", line 21, in tearDown | |
Setup.drop_db() | |
File "/home/invinciblycool/FOSSASIA/open-event-orga-server/tests/unittests/setup_database.py", line 36, in drop_db | |
db.engine.execute("drop schema if exists public cascade") |
Since Chrome apps are now being deprecated. Download postman from https://dl.pstmn.io/download/latest/linux
Although I highly recommend using a snap
sudo snap install postman
tar -xzf Postman-linux-x64-5.3.2.tar.gz
*.pyc | |
*~ | |
__pycache__ | |
db.sqlite3 | |
/static | |
.DS_Store |
Open-Event-Server:
.
├── csite
│ ├── admin.py
│ ├── admin.pyc
│ ├── __init__.py
│ ├── __init__.pyc
│ ├── migrations
│ │ ├── __init__.py
│ │ └── __init__.pyc
Refer Snapshots
virtualenv venvforfinlit -p python3
source venforfinlit/bin/activate
sudo apt-get install python3-pip python3-dev libpq-dev postgresql postgresql-contrib nginx
pip install -r requirements.txt
Refer snapshots
server {
# SSL configuration
listen 443 ssl http2 default_server;
server_name 35.154.10.21;
listen [::]:443 ssl http2 default_server;
include snippets/self-signed.conf;
include snippets/ssl-params.conf;
Apparently installation from snap doesn't work as expected, use curl for installation of the latest version.
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64
sudo install minikube-linux-amd64n /usr/local/bin/minikube
A short feedback about calmcode.io
after going through it.
Things which worked perfectly for me:
Things which I feel were missing:
# gin.REQUIRED makes the parameter of the function to be required.
Look again at that dot. That's here. That's home. That's us. On it everyone you love, everyone you know, everyone you ever heard of, every human being who ever was, lived out their lives. The aggregate of our joy and suffering, thousands of confident religions, ideologies, and economic doctrines, every hunter and forager, every hero and coward, every creator and destroyer of civilization, every king and peasant, every young couple in love, every mother and father, hopeful child, inventor and explorer, every teacher of morals, every corrupt politician, every "superstar," every "supreme leader," every saint and sinner in the history of our species lived there--on a mote of dust suspended in a sunbeam. | |
The Earth is a very small stage in a vast cosmic arena. Think of the rivers of blood spilled by all those generals and emperors so that, in glory and triumph, they could become the momentary masters of a fraction of a dot. Think of the endless cruelties visited by the inhabitants of one corner of this pixel on th |