Import backend code inside the repository.

This commit is contained in:
Andrey Antukh 2016-11-20 20:04:52 +01:00
parent e21798f1ed
commit de57630c14
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
113 changed files with 8040 additions and 0 deletions

2
backend/scripts/fixtures.sh Executable file
View file

@ -0,0 +1,2 @@
#!/usr/bin/env bash
lein run -m uxbox.fixtures/init

3
backend/scripts/run.sh Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
export PATH=/opt/img/bin:$PATH
lein trampoline run -m uxbox.main

2
backend/scripts/smtpd.sh Normal file
View file

@ -0,0 +1,2 @@
#!/usr/bin/env bash
python -m smtpd -n -c DebuggingServer localhost:25