Giter VIP home page Giter VIP logo

apertivo's Introduction

Repo for Apertivo: a happy hour finder app

See https://cah6.github.io/technology/nix-haskell-3/ for frontend workflow commands.

Manual setup

  1. Get es_password.secret for the backend (local dev talks to remote elasticsearch atm)
  2. Need ~/.ssh/my-free-tier.pem to deploy backend

Backend workflow

That post doesn't have any backend info, will go over that here.

Enter the shell:

nix-shell nix/backend/shell.nix

In that shell, you can do workflow things with cabal new-style commands:

cabal new-run backend

To build the final product deployable (needs to be done on linux atm):

nix-build nix/backend/backend.nix

To deploy, you need to ONCE do:

nixops create nix/service-configuration.nix nix/ec2.nix -d apertivo
nixops deploy -d apertivo

Not exactly a long term solution, but since I use ngrok to get https, on the host you then need to:

nix-env -iA nixos.wget
wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip
nix-env -iA nixos.unzip
unzip ngrok-stable-linux-amd64.zip
./ngrok authtoken <auth token from your ngrok accountr>
nohup ./ngrok http 3000 &

then you can go to the website and see your https URL.

On backend update, you just need to run:

nixops deploy -d apertivo

apertivo's People

Contributors

cah6 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.