Coder Social home page Coder Social logo

cse-dv-vast-mc-2's Introduction

Installation Instructions

1. Install npm and Node.js

To install npm and Node.js, follow the instructions provided in the official npm documentation.

2. Install Node dependencies

To install npm and the correct version of Node.js specified in the package.json file, follow these steps:

  1. Open your terminal or command prompt.

  2. Navigate to the root directory of your project.

  3. Run the following command to install npm:

    npm install

    This will install npm and all the dependencies specified in the package.json file.

2. Install SQLite3

brew install sqlite3

3. Symlink the dataset folder

To symlink the actual dataset folder to the Datasets folder in the root directory, follow these steps:

  1. Open your terminal or command prompt.

  2. Navigate to the root directory of your project.

  3. Run the following command to create a symlink:

    ln -s /path/to/actual/dataset Datasets

    Replace /path/to/actual/dataset with the actual path to your dataset folder.

4. Initialize the database

To initialize the database, follow these steps:

  1. Open your terminal or command prompt.

  2. Navigate to the root directory of your project.

  3. Create an empty directory named db.

  4. Run the following command to open the SQLite3 shell and run the following command to read and execute the initdb script:

    sqlite3 db/vast.2022.mc2 '.read initdb'

This will initialize the database with the necessary tables and data.

That's it! You have successfully installed npm, the correct version of Node.js, SQLite3, symlinked the dataset folder, and initialized the database. You are now ready to start working with your project.

cse-dv-vast-mc-2's People

Contributors

bsrevanth2011 avatar prasidh-agg avatar pratyushpandey3897 avatar anshitabaid avatar pinks97 avatar shrisri avatar

Watchers

 avatar  avatar

cse-dv-vast-mc-2's Issues

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.