Coder Social home page Coder Social logo

cpp-forums's Introduction

A nice introduction to C++ server coding.
And hopefully a workable forums app.
Hopefully.

SETUP:

$ sudo apt-get update --yes && \
    sudo apt-get dist-upgrade --yes && \
    sudo apt-get install emacs24 build-essential zlib1g-dev libbz2-dev \
    ruby1.9.3 python-dev git libxslt1-dev libxml2-dev \
    mysql-client libmysqlclient-dev libmysql++-dev --yes && \
    sudo reboot

$ git config --global user.name <NAME> && \
  git config --global user.email <EMAIL> && \
  git config --global color.ui true

$ mkdir -p ~/work/src && cd ~/work/src
$ wget http://downloads.sourceforge.net/project/boost/boost/1.53.0/boost_1_53_0.tar.gz
$ tar zxvf boost_1_53_0.tar.gz
$ cd boost_1_53_0
$ ./bootstrap.sh
$ sudo ./b2 install

$ cd ~/work/src
$ git clone https://github.com/cpp-netlib/cpp-netlib.git
$ cd cpp-netlib
$ git checkout 0.9-devel
$ git submodule init
$ git submodule update

$ cd ~/work/src
$ wget https://phantomjs.googlecode.com/files/phantomjs-1.8.1-linux-x86_64.tar.bz2
$ tar jxvf phantomjs-1.8.1-linux-x86_64.tar.bz2
Then add /home/ubuntu/work/src/phantomjs-1.8.1-linux-x86_64/bin into PATH

$ cd ~/work
$ git clone [email protected]:biot023/cpp-forums.git
$ cd cpp-forums
$ sudo gem install bundler
$ sudo bundle install
$ bundle install

cpp-forums's People

Contributors

biot023 avatar

Watchers

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