GithubHelp home page GithubHelp logo

sepc's Introduction

SEPC

SEPC is a bash script that creates an Erlang project. Projects created with SEPC have 4 profiles: Test, Development, Stage, and Production. Test profile used for Common Test or CT. Development profile used for developing purposes. I use this profile for running projects on my PC. Stage profile used for pre-deployment. Before I deploy a project in the production environment, I deploy it on stage and other staff use it for their purposes. Production profile used for real deployment on production servers.

1-download

Use git command for downloading SEPC:

%git clone https://github.com/mohsenmoqadam/SEPC

2-use the SEPC

go to SEPC directory:

%cd SEPC

Create your project:

%./sepc.sh app_name

Or:

%./sepc.sh app_name app_ver

3-run project on your PC and enjoy!

%make proto
%make rel-dev
%make console-dev

4-create a tar archive for the stage:

%make rel-stage

take note of the last line, it informs you about Tarball path. You can upload it on the stage environment.

5-create a tar archive for production:

%make rel-prod

take note of the last line, it informs you about Tarball path. You can upload it to the production environment.

sepc's People

Contributors

hamidreza-s avatar mohsenmoqadam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

sepc's Issues

add priv directory to git tracking mechanism

By default git does not track empty directories, so in order to have the priv directory in the project and not get a compilation error, you need to add .gitkeep to the priv directory (or any other directory for that matter).

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.