Skip to content

jaekwon/ftnox-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 8, 2014
c90f32b · May 8, 2014

History

1 Commit
May 8, 2014
May 8, 2014
May 8, 2014
May 8, 2014
May 8, 2014
May 8, 2014
May 8, 2014
May 8, 2014
May 8, 2014
May 8, 2014
May 8, 2014
May 8, 2014
May 8, 2014
May 8, 2014
May 8, 2014
May 8, 2014
May 8, 2014
May 8, 2014
May 8, 2014
May 8, 2014
May 8, 2014
May 8, 2014

Repository files navigation

Install

Conventions

  • New structs are created with "StructName{", no space between the type & "{".
  • Keep all SQL in the model files.

Sass

  • sudo apt-get install ruby1.9.1-full
  • sudo gem install sass

NginX

  • sudo apt-get install nginx

Ghetto deploy

  • rsync --progress --exclude="python.env" --exclude=".sass-cache" -r .git/* allinbits:~/src/ftnox.com/.git/
  • rsync --progress --exclude="python.env" --exclude=".git" --exclude=".sass-cache" -r . allinbits:~/src/ftnox.com

Postgres

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:pitti/postgresql
sudo apt-get install postgresql-9.3 pgadmin3
postgres -D /usr/local/var/postgres
( might be /usr/lib/postgresql/9.3/bin/postgres, might be that server had already started )
/usr/local/bin/createuser -s postgres
psql -Upostgres

CREATE USER ftnox WITH PASSWORD 'ftnox';
CREATE DATABASE ftnox;
GRANT ALL PRIVILEGES ON DATABASE ftnox TO ftnox;

psql -Uftnox -h localhost

Bootstrap

Solvency

https://github.com/olalonde/blind-liability-proof npm install -g blproof

About

Backend for FtNox exchange.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published