Code Monkey home page Code Monkey logo

waziup.io's Introduction

WAZIUP website

This is the source for the waziup.io site.

Writing content

  1. Clone this repo

     $ git clone https://github.com/waziup/waziup.io
    
  2. Download Hugo from http://gohugo.io or install using Homebrew:

     $ brew update && brew install hugo
    
  3. Run hugo in watch mode and start adding content under the content/ tree

     $ hugo server --watch
    

    The site is served under localhost:1313

Deploying

To deploy on Waziup platform:

$ hugo
$ docker build -t waziup/website .
$ docker push waziup/website

Optionally, restart the task on Amazon:

aws ecs list-tasks --cluster "waziup-frontend" --service "Waziup-website" --output text --query taskArns[0] | xargs aws ecs stop-task --cluster "waziup-frontend" --task

Documentation

To generate the dcumentation, you need to install TexLive and pandoc:

sudo apt-get update
sudo apt-get install -y wget ca-certificates texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-fonts-recommended
sudo apt-get install -y pandoc

You can then generate the PDF documentation this way:

./makeDocs.sh

waziup.io's People

Contributors

cdupont avatar mattiamoretto97 avatar zeisberg avatar mojtaba-esk avatar paulpascal avatar tteixeira avatar arbiswas avatar malishahi avatar nahin91 avatar 24inch avatar sabrine2020 avatar fizarbd avatar nerdbishop avatar congducpham avatar fiifibaidoo avatar j-forster 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.