<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Evently – test</title><link>/tags/test/</link><description>Recent content in test on Evently</description><generator>Hugo -- gohugo.io</generator><atom:link href="/tags/test/index.xml" rel="self" type="application/rss+xml"/><item><title>Docs: Getting Started</title><link>/docs/getting-started/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/getting-started/</guid><description>
&lt;h2 id="install-and-setup">Install and setup&lt;/h2>
&lt;ul>
&lt;li>First, you have to clone the repository of &lt;a href="https://github.com/julian776/evently/tree/main">Evently&lt;/a>.&lt;/li>
&lt;/ul>
&lt;blockquote>
&lt;p>&lt;code>git clone https://github.com/julian776/evently.git&lt;/code>&lt;/p>
&lt;/blockquote>
&lt;ul>
&lt;li>Then you you have to create each .env file(Front, Events Manager and Notifier).
For local development, you can copy the .env.template, and will be enough except for the email service variables in the notifier microservice.
Check how to generate a password for Gmail &lt;a href="https://support.google.com/mail/answer/185833?hl=en">here&lt;/a>.&lt;/li>
&lt;/ul>
&lt;h2 id="create-env-files">Create .env Files:&lt;/h2>
&lt;ul>
&lt;li>After cloning the repository, you need to create three separate .env files. These files are used to store environment variables that configure the application.&lt;/li>
&lt;li>The .env files are required for the Front-end, Events Manager, and Notifier microservices.&lt;/li>
&lt;li>For local development, you can start by copying the provided .env.template file and customizing it as needed.&lt;/li>
&lt;li>It&amp;rsquo;s mentioned that you may need to modify the email service variables in the Notifier microservice .env file. The instructions provide a link to learn how to generate a password for Gmail if you plan to use Gmail as your email service.&lt;/li>
&lt;/ul>
&lt;h2 id="running-with-docker-optional">Running with Docker (optional):&lt;/h2>
&lt;ul>
&lt;li>If you have Docker installed, you can use the Docker Compose file provided in the root directory of the project.&lt;/li>
&lt;li>It will create and run all the necessary services and databases for the Evently project.&lt;/li>
&lt;/ul>
&lt;h2 id="running-services-individually">Running Services Individually:&lt;/h2>
&lt;ul>
&lt;li>If you don&amp;rsquo;t have Docker or choose not to use it, you can run each service individually.&lt;/li>
&lt;li>This means you would need to start each component of the project separately, such as the Front-end, Events Manager, and Notifier microservices.&lt;/li>
&lt;/ul></description></item></channel></rss>