GithubHelp home page GithubHelp logo

prepan's Introduction

How to setup local development environment

You need to do three steps to develop PrePAN; setup local database, setup config file and install dependency.

Clone this repository

$ git clone git://github.com/CPAN-API/prepan.git
$ cd prepan

carton

PrePAN is utilizing carton to manage module dependencies. Install dependencies via carton:

$ cpanm carton

Local database setting

There is a setup script for database setting. Please run below code at PrePAN root directory. It also setup database for test.

$ ./script/setup.sh

Local config file setting

There is the example config file, which is local/development.eg.pl. Copy and replace it.

$ cp local/development.eg.pl local/development.pl

And replace local/development.pl for your environment, for example twitter consumer key and so on.

How to start local server

You can use plackup command to start local server. Please run below at PrePAN root directory.

$ carton exec -- plackup

Enjoy Hacking!!

Local test setting

Run below command if you want to run tests.

$ carton exec -- prove -v t/**/*.t

Update dependency

Edit cpanfile and run following commands if you want to update dependency.

$ carton install
$ git add cpanfile cpanfile.snapshot
$ git commit

Contact

You can ask @prepanorg or @shiba_yu36 if you have a question.

prepan's People

Contributors

shibayu36 avatar kentaro avatar benkasminbullock avatar lx avatar briandfoy avatar

Watchers

James Cloos 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.