Coder Social home page Coder Social logo

stack_all's Introduction

Simple scripts to set up a Docker volume with a complete stack
checkout in it.  Currently uses lts-6.4

I wrote this for myself; I'm releasing it in case it's helpful, but
I'm not maintaning it for public use, so, like, everything is
under /home/rlpowell , and I assume that you've got some of the
basics installed (shell, ssh, etc) and it's Fedora 24, which may not
be your thing ; sorry.

You want to run volume_setup.sh *exactly once* to setup the docker
volume that everything will be stored in.

The volume has /home/rlpowell/.local/ and /home/rlpowell/.stack/

To install (almost) all of lts-6.4, and generate Haddock and Hoogle
for them, run stack_all.sh ; you will, if everything goes well, get
a zsh prompt back about 8+ hours later.

At that prompt basic hoogle searches work:

$ hoogle map
map :: (a -> b) -> [a] -> [b]
map :: (Word8 -> Word8) -> ByteString -> ByteString
map :: (Char -> Char) -> ByteString -> ByteString
map :: (Char -> Char) -> Text -> Text
map :: (Char -> Char) -> Stream Char -> Stream Char
map :: (a -> b) -> IntMap a -> IntMap b
map :: (Key -> Key) -> IntSet -> IntSet
map :: (a -> b) -> Map k a -> Map k b
map :: Ord b => (a -> b) -> Set a -> Set b
map :: (a -> b) -> Vector a -> Vector b
-- plus more results not shown, pass --count=20 to see more

If you want a hoogle web interface, and you almost certainly do, run
run_hoogle.sh and point your browser at http://docker:8081/ ; in
this hoogle, all the links will work, i.e. this is how you get to
the Hackage documentation, too, and the rendered source files.

stack_all's People

Contributors

rlpowell avatar

Stargazers

Radu Popescu avatar Matt Parsons avatar

Watchers

 avatar James Cloos 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.