Skip to content

Commit

Permalink
Deployed 8231f9e with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoCelmer committed Jan 26, 2024
1 parent 83b0630 commit dc9552f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -635,9 +635,20 @@ <h2 id="introduction"><a href="https://docs.linuxprofile.com/">Introduction</a><
</blockquote>
<h2 id="summary">Summary</h2>
<ul>
<li><a href="https://upyexplorer.github.io/upy-application/nav/installation/">Installation</a></li>
<li><a href="https://upyexplorer.github.io/upy-application/">Home</a></li>
<li><a href="https://upyexplorer.github.io/upy-application/nav/screenshot/">Screenshot</a></li>
<li><a href="https://upyexplorer.github.io/upy-application/nav/database/">Database</a></li>
<li>Project<ul>
<li><a href="https://upyexplorer.github.io/upy-application/nav/project/download/">Download</a></li>
<li><a href="https://upyexplorer.github.io/upy-application/nav/project/installation-local/">Installation Local</a></li>
<li><a href="https://upyexplorer.github.io/upy-application/nav/project/installation-docker/">Installing with Docker</a></li>
<li><a href="https://upyexplorer.github.io/upy-application/nav/project/execution/">Execution</a></li>
</ul>
</li>
<li>Settings<ul>
<li><a href="https://upyexplorer.github.io/upy-application/nav/settings/environment-variables/">Environment Variables</a></li>
<li><a href="https://upyexplorer.github.io/upy-application/nav/settings/python-virtual-environment/">Python Virtual Environment</a></li>
</ul>
</li>
</ul>
<h2 id="commit-style">Commit Style</h2>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Welcome to UpyExplorer","text":"<ul> <li>Documentation: https://upyexplorer.github.io/upy-application/</li> <li>Source Code: https://github.com/UpyExplorer/upy-application</li> </ul>"},{"location":"#introduction","title":"Introduction","text":"<p>English: Project started with the objective of creating a web system to serve as a centralizer of integrations related to services related to physical and digital products for E-commerce and Integrated Management Systems. The system contains a base structure for generic registrations and also a database inspired by SaaS systems, which is software as a Service, which is a way of making software and technology solutions available over the internet, as a service. With a shared database structure.</p> <p>Portugu\u00eas: Projeto iniciado com o objetivo de criar um sistema web para servir como um centralizador de integra\u00e7\u00f5es referente a servi\u00e7os ligados a produtos f\u00edsicos e digitais para E-commerce e Sistemas de gest\u00e3o Integrado. O sistema cont\u00e9m uma estrutura base para cadastros gen\u00e9ricos e tamb\u00e9m um banco de dados inspirados em sistemas SaaS que \u00e9 um software as a Service, que \u00e9 uma forma de disponibilizar softwares e solu\u00e7\u00f5es de tecnologia por meio da internet, como um servi\u00e7o. Com uma estrutura de banco de dados compartilhada.</p>"},{"location":"#summary","title":"Summary","text":"<ul> <li>Installation</li> <li>Screenshot</li> <li>Database</li> </ul>"},{"location":"#commit-style","title":"Commit Style","text":"<ul> <li>\u2699\ufe0f FEATURE</li> <li>\ud83d\udcdd PEP8</li> <li>\ud83d\udccc ISSUE</li> <li>\ud83e\udeb2 BUG</li> <li>\ud83d\udcd8 DOCS</li> <li>\ud83d\udce6 PyPI</li> <li>\u2764\ufe0f\ufe0f TEST</li> <li>\u2b06\ufe0f CI/CD</li> <li>\u26a0\ufe0f SECURITY</li> </ul>"},{"location":"#license","title":"License","text":"<p>This project is licensed under the terms of the MIT license.</p>"},{"location":"nav/screenshot/","title":"Screenshot","text":""},{"location":"nav/screenshot/#login","title":"Login","text":""},{"location":"nav/screenshot/#dashboard","title":"Dashboard","text":""},{"location":"nav/screenshot/#list","title":"List","text":""},{"location":"nav/project/download/","title":"Download","text":""},{"location":"nav/project/download/#setting-variable","title":"Setting Variable","text":"<pre><code>URL=https://github.com/UpyExplorer/upy-application.git\n</code></pre>"},{"location":"nav/project/download/#clone-repository","title":"Clone Repository","text":"<pre><code>git clone $URL --branch master ~/upy-application\n</code></pre>"},{"location":"nav/project/download/#go-to-folder","title":"Go to Folder","text":"<pre><code>cd ~/upy-application\n</code></pre>"},{"location":"nav/project/execution/","title":"Execution","text":""},{"location":"nav/project/execution/#run","title":"Run","text":"<pre><code>python manage.py runserver\n</code></pre>"},{"location":"nav/project/execution/#access","title":"Access","text":"<pre><code>http://127.0.0.1:8000/account/log-in/\n</code></pre>"},{"location":"nav/project/execution/#login","title":"Login","text":"<ul> <li>Email: <code>email@test.com</code></li> <li>Password: <code>upyexplorer</code></li> </ul>"},{"location":"nav/project/installation-docker/","title":"Installing with Docker","text":""},{"location":"nav/project/installation-docker/#building-image","title":"Building Image","text":"<pre><code>docker build --tag upy/dev --file .docker/Dockerfile.local .\n</code></pre>"},{"location":"nav/project/installation-docker/#running-image","title":"Running image","text":"<pre><code>docker run -d -t -p 8000:8000 --name upy upy/dev\n</code></pre>"},{"location":"nav/project/installation-local/","title":"Installation Local","text":""},{"location":"nav/project/installation-local/#install-requeriments","title":"Install Requeriments","text":"<pre><code>pip install -r requirements.txt --no-cache-dir\n</code></pre>"},{"location":"nav/project/installation-local/#setup","title":"Setup","text":"<pre><code>python manage.py setup\n</code></pre>"},{"location":"nav/settings/environment-variables/","title":"Environment Variables","text":""},{"location":"nav/settings/environment-variables/#summary","title":"Summary","text":"<p>An environment variable is a variable that exists in the context of your project, that is, it only exists on my computer.</p>"},{"location":"nav/settings/environment-variables/#variable-creation","title":"Variable Creation","text":"<p>To create environment variables in your project, simply follow the file template, available in the root of the project called <code>.env-default</code>.</p> <p>Instructions:</p> <ul> <li>Copy the <code>.env-default</code> file.</li> <li>Renames the copy from <code>.env-default-copy</code> to <code>.env</code>.</li> <li>Edit the <code>.env</code> file with the necessary information.</li> </ul>"},{"location":"nav/settings/environment-variables/#variable-list","title":"Variable List","text":"NOME Tipo Valor Exemplo DJANGO_DEBUG Integer 1 DJANGO_ENV String test - development - production DJANGO_APP String python manage.py runserver DJANGO_SETTINGS_MODULE String app.settings.development DJANGO_DATABASE_URL String mysql+pymysql://USER:PASSWORD@HOST:PORT/NAME DJANGO_SECRET_KEY String key DJANGO_HOST String 0.0.0.0 DJANGO_PORT Integer 8080 DJANGO_EMAIL_HOST String smtp.email.com DJANGO_EMAIL_HOST_USER String no-reply@email.com DJANGO_DEFAULT_FROM_EMAIL String no-reply@email.com DJANGO_EMAIL_HOST_PASSWORD String password DJANGO_EMAIL_PORT Integer 465 DJANGO_ALLOWED_HOSTS String localhost DISABLE_COLLECTSTATIC Integer 1 REDIS_TLS_URL String rediss://:123@host.com:00000 REDIS_URL String rediss://:123@host.com:00000"},{"location":"nav/settings/python-virtual-environment/","title":"Python Virtual Environment","text":""},{"location":"nav/settings/python-virtual-environment/#summary","title":"Summary","text":"<p>A virtual environment is a way for you to keep copies of your Python interpreter in a local folder. This way you can install new Python packages in specific folders and remove them easily by just deleting them.</p>"},{"location":"nav/settings/python-virtual-environment/#environment-creation","title":"Environment Creation","text":"<ul> <li>Create a new virtual environment:</li> </ul> <p><pre><code>python -m venv venv\n</code></pre> - Activating the virtual environment:</p> <pre><code>source venv/bin/activate\n</code></pre>"}]}
{"config":{"lang":["en"],"separator":"[\\s\\-]+","pipeline":["stopWordFilter"]},"docs":[{"location":"","title":"Welcome to UpyExplorer","text":"<ul> <li>Documentation: https://upyexplorer.github.io/upy-application/</li> <li>Source Code: https://github.com/UpyExplorer/upy-application</li> </ul>"},{"location":"#introduction","title":"Introduction","text":"<p>English: Project started with the objective of creating a web system to serve as a centralizer of integrations related to services related to physical and digital products for E-commerce and Integrated Management Systems. The system contains a base structure for generic registrations and also a database inspired by SaaS systems, which is software as a Service, which is a way of making software and technology solutions available over the internet, as a service. With a shared database structure.</p> <p>Portugu\u00eas: Projeto iniciado com o objetivo de criar um sistema web para servir como um centralizador de integra\u00e7\u00f5es referente a servi\u00e7os ligados a produtos f\u00edsicos e digitais para E-commerce e Sistemas de gest\u00e3o Integrado. O sistema cont\u00e9m uma estrutura base para cadastros gen\u00e9ricos e tamb\u00e9m um banco de dados inspirados em sistemas SaaS que \u00e9 um software as a Service, que \u00e9 uma forma de disponibilizar softwares e solu\u00e7\u00f5es de tecnologia por meio da internet, como um servi\u00e7o. Com uma estrutura de banco de dados compartilhada.</p>"},{"location":"#summary","title":"Summary","text":"<ul> <li>Home</li> <li>Screenshot</li> <li>Project<ul> <li>Download</li> <li>Installation Local</li> <li>Installing with Docker</li> <li>Execution</li> </ul> </li> <li>Settings<ul> <li>Environment Variables</li> <li>Python Virtual Environment</li> </ul> </li> </ul>"},{"location":"#commit-style","title":"Commit Style","text":"<ul> <li>\u2699\ufe0f FEATURE</li> <li>\ud83d\udcdd PEP8</li> <li>\ud83d\udccc ISSUE</li> <li>\ud83e\udeb2 BUG</li> <li>\ud83d\udcd8 DOCS</li> <li>\ud83d\udce6 PyPI</li> <li>\u2764\ufe0f\ufe0f TEST</li> <li>\u2b06\ufe0f CI/CD</li> <li>\u26a0\ufe0f SECURITY</li> </ul>"},{"location":"#license","title":"License","text":"<p>This project is licensed under the terms of the MIT license.</p>"},{"location":"nav/screenshot/","title":"Screenshot","text":""},{"location":"nav/screenshot/#login","title":"Login","text":""},{"location":"nav/screenshot/#dashboard","title":"Dashboard","text":""},{"location":"nav/screenshot/#list","title":"List","text":""},{"location":"nav/project/download/","title":"Download","text":""},{"location":"nav/project/download/#setting-variable","title":"Setting Variable","text":"<pre><code>URL=https://github.com/UpyExplorer/upy-application.git\n</code></pre>"},{"location":"nav/project/download/#clone-repository","title":"Clone Repository","text":"<pre><code>git clone $URL --branch master ~/upy-application\n</code></pre>"},{"location":"nav/project/download/#go-to-folder","title":"Go to Folder","text":"<pre><code>cd ~/upy-application\n</code></pre>"},{"location":"nav/project/execution/","title":"Execution","text":""},{"location":"nav/project/execution/#run","title":"Run","text":"<pre><code>python manage.py runserver\n</code></pre>"},{"location":"nav/project/execution/#access","title":"Access","text":"<pre><code>http://127.0.0.1:8000/account/log-in/\n</code></pre>"},{"location":"nav/project/execution/#login","title":"Login","text":"<ul> <li>Email: <code>email@test.com</code></li> <li>Password: <code>upyexplorer</code></li> </ul>"},{"location":"nav/project/installation-docker/","title":"Installing with Docker","text":""},{"location":"nav/project/installation-docker/#building-image","title":"Building Image","text":"<pre><code>docker build --tag upy/dev --file .docker/Dockerfile.local .\n</code></pre>"},{"location":"nav/project/installation-docker/#running-image","title":"Running image","text":"<pre><code>docker run -d -t -p 8000:8000 --name upy upy/dev\n</code></pre>"},{"location":"nav/project/installation-local/","title":"Installation Local","text":""},{"location":"nav/project/installation-local/#install-requeriments","title":"Install Requeriments","text":"<pre><code>pip install -r requirements.txt --no-cache-dir\n</code></pre>"},{"location":"nav/project/installation-local/#setup","title":"Setup","text":"<pre><code>python manage.py setup\n</code></pre>"},{"location":"nav/settings/environment-variables/","title":"Environment Variables","text":""},{"location":"nav/settings/environment-variables/#summary","title":"Summary","text":"<p>An environment variable is a variable that exists in the context of your project, that is, it only exists on my computer.</p>"},{"location":"nav/settings/environment-variables/#variable-creation","title":"Variable Creation","text":"<p>To create environment variables in your project, simply follow the file template, available in the root of the project called <code>.env-default</code>.</p> <p>Instructions:</p> <ul> <li>Copy the <code>.env-default</code> file.</li> <li>Renames the copy from <code>.env-default-copy</code> to <code>.env</code>.</li> <li>Edit the <code>.env</code> file with the necessary information.</li> </ul>"},{"location":"nav/settings/environment-variables/#variable-list","title":"Variable List","text":"NOME Tipo Valor Exemplo DJANGO_DEBUG Integer 1 DJANGO_ENV String test - development - production DJANGO_APP String python manage.py runserver DJANGO_SETTINGS_MODULE String app.settings.development DJANGO_DATABASE_URL String mysql+pymysql://USER:PASSWORD@HOST:PORT/NAME DJANGO_SECRET_KEY String key DJANGO_HOST String 0.0.0.0 DJANGO_PORT Integer 8080 DJANGO_EMAIL_HOST String smtp.email.com DJANGO_EMAIL_HOST_USER String no-reply@email.com DJANGO_DEFAULT_FROM_EMAIL String no-reply@email.com DJANGO_EMAIL_HOST_PASSWORD String password DJANGO_EMAIL_PORT Integer 465 DJANGO_ALLOWED_HOSTS String localhost DISABLE_COLLECTSTATIC Integer 1 REDIS_TLS_URL String rediss://:123@host.com:00000 REDIS_URL String rediss://:123@host.com:00000"},{"location":"nav/settings/python-virtual-environment/","title":"Python Virtual Environment","text":""},{"location":"nav/settings/python-virtual-environment/#summary","title":"Summary","text":"<p>A virtual environment is a way for you to keep copies of your Python interpreter in a local folder. This way you can install new Python packages in specific folders and remove them easily by just deleting them.</p>"},{"location":"nav/settings/python-virtual-environment/#environment-creation","title":"Environment Creation","text":"<ul> <li>Create a new virtual environment:</li> </ul> <p><pre><code>python -m venv venv\n</code></pre> - Activating the virtual environment:</p> <pre><code>source venv/bin/activate\n</code></pre>"}]}
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit dc9552f

Please sign in to comment.