Giter VIP home page Giter VIP logo

formaldatefinder's Introduction

formaldatefinder

Easy setup -- Vagrant

  1. Download and install Vagrant.

  2. Open a command prompt in the directory for this project. Run the following command to set up the virtual machine:

    vagrant up
    
  3. You can now start the server by running:

    vagrant ssh -c "cd /vagrant && foreman start"
    

Setup

Instructions:

  1. Ensure you have Python 3.4 installed. This can be checked at the command line:

    $ python3 --version
    Python 3.4.0
    

    If not, you can download it at the Python website.

  2. Clone this repository with Git (download available at the Git website). The clone command should look like:

    git clone https://github.com/malea/formaldatefinder.git
    

    This will create a folder called formaldatefinder.

  3. Create a Python virtual environment in the project folder.

    python3 -mvenv .
    

    The environment can be activated using the following command:

    source bin/activate
    
  4. With the virtual environment active, run the following command to install the required packages.

    pip install -r requirements.txt
    

Contributing

  1. Fork this repository.

  2. Clone your version of the repository.

    git clone https://github.com/YOURUSERNAME/formaldatefinder
    
  3. Set the upstream to the original repository.

    git remote add upstream https://github.com/malea/formaldatefinder.git
    

    This allows you to update your master branch with the following command:

    git pull upstream master:master
    
  4. Develop in a separate feature branch. Create a new branch with:

    git checkout master
    git checkout -b NEWBRANCH
    

    Push your changes using:

    git push origin NEWBRANCH:NEWBRANCH
    
  5. Submit your changes for review as a Pull Request.

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.