Coder Social home page Coder Social logo

avaportal's Introduction

AVA - Portal

AVA - Portal

# For BASH
echo "" >> /etc/profile
echo "# AVA Portal" >> /etc/profile
echo "export AP_HOME=/var/dockers/avaportal" >> /etc/profile
source ~/.bashrc

# For ZSH
echo "" >> ~/.zshrc
echo "# AVA Portal" >> ~/.zshrc
echo "export AP_HOME=/var/dockers/avaportal" >> ~/.zshrc
source ~/.zshrc

# Baixe o proejto
mkdir -p /var/dockers
git clone [email protected]:suap-ead/avaportal.git $AP_HOME

# Copie e edite as variáveis de ambiente
cp -r $AP_HOME/confs/examples $AP_HOME/confs/enabled
vim $AP_HOME/confs/enabled/db.env
vim $AP_HOME/confs/enabled/avaportal.env

# Instala o sistema
cd $AP_HOME/bin
./avaportal/migrate
./avaportal/manage createsuperuser

# Sobe o serviço
./avaportal/up

# Se fores fazer um debug
# ./avaportal/debug

O serviço estará disponível em http://localhost/ e será parecido com o que se vê abaixo:

Alt text

avaportal's People

Contributors

kelsoncm avatar

Stargazers

 avatar

Watchers

 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.