Coder Social home page Coder Social logo

4545vagrant's Introduction

Usage:

clone this repository, then git clone both your chesster fork and your heltour fork into the top-level-directory of this repository ensuring the directory names are: Chesster and heltour

You will need a few .env files in order to run this. If you are a 45+45 developer please contact lakinwecker on the slack for testing .env files. If you are another developer you will need to make your own slack testing instance and setup the bot integrations on your own.

Once these .env files are in place, run vagrant up

If this completes appropriately, you will have a testing database for heltour, and appropriate keys in place to just run heltour/chesster for simple development.

Run vagrant ssh in two different terminals. Then in one of them run:

source heltour-env/bin/activate
cd heltour
fab runserver

When that is started, In the other run:

cd Chesster
yarn run start

To enable the usage of the lichess API by heltour, open a third terminal and run:

vagrant ssh
source heltour-env/bin/activate
cd heltour
fab runapiworker

Work on heltour/chesster out of those directories and commit/push like you normally would.

When you're done working run:

vagrant halt

later on to start working again run:

vagrant up

then follow the instructions above to run Chesster / heltour.

This video gives an introduction to both heltour and Chesster for developers: https://www.youtube.com/watch?v=zCt91lDLvOM

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.