mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-06 06:15:51 +00:00
Update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -53,7 +53,19 @@
|
||||
<ol dir="auto">
|
||||
<li>Clone the Fleetbase repository using Git:<pre><code>git clone https://github.com/fleetbase/fleetbase.git</code></pre></li>
|
||||
<li>Navigate to the Fleetbase directory:<pre><code>cd fleetbase</code></pre></li>
|
||||
<li>Install the necessary dependencies using either npm or Yarn:
|
||||
<ol dir="auto">
|
||||
<li>If you're using npm, run the following command:<pre><code>npm install</code></pre></li>
|
||||
<li>If you're using Yarn, run the following command:<pre><code>yarn install</code></pre></li>
|
||||
</ol>
|
||||
</li>
|
||||
<li>Start the Fleetbase Docker containers:<pre><code>docker-compose up -d</code></pre></li>
|
||||
<li>Launch the Fleetbase Console
|
||||
<ol dir="auto">
|
||||
<li>Navigate to the console directory:<pre><code>cd console</code></pre></li>
|
||||
<li>Launch the console <pre><code>yarn start</code></pre></li>
|
||||
</ol>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user