Re: Haskell Stack/Stackage Local Server

2017-02-18 Thread Alexander T
Yes I did. *Server side* $ env | grep STACK_ROOT STACK_ROOT=/data/srv/stack_root $ pwd /data/srv $ ls http-redirect mirror stack_root $ stack path | grep config config-location: /data/srv/stack_root/global-project/stack.yaml $ cat /data/srv/stack_root/config.yaml urls: latest-snapshot:

Re: Haskell Stack/Stackage Local Server

2017-02-14 Thread Alexander T
Please, can you describe all operations in detail. Not sure if google groups is a good place for this though. The whole idea of using haskell with stack/cabal *offline* is crucial for work at many companies. First of all it's not clear how to obtain all the data needed for stack and cabal to

Re: Haskell Stack/Stackage Local Server

2017-03-04 Thread Alexander T
a > >> server which doesn't have internet access you'll need to modify that > >> code, or spin up another type of server to serve up the content. The > >> purpose of http-redirect is to robustly test my configuration steps - > >> I didn't write it wi