You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@
26
26
</a>
27
27
</p>
28
28
29
-
Meet Plane. An open-source software development tool to manage issues, sprints, and product roadmaps with peace of mind 🧘♀️.
29
+
Meet [Plane](https://plane.so). An open-source software development tool to manage issues, sprints, and product roadmaps with peace of mind 🧘♀️.
30
30
31
31
32
32
> Plane is still in its early days, not everything will be perfect yet, and hiccups may happen. Please let us know of any suggestions, ideas, or bugs that you encounter on our [Discord](https://discord.com/invite/A92xrEGCge) or GitHub issues, and we will use your feedback to improve on our upcoming releases.
@@ -58,11 +58,18 @@ cd plane
58
58
59
59
> If running in a cloud env replace localhost with public facing IP address of the VM
60
60
61
+
- Export Environment Variables
62
+
63
+
```bash
64
+
set -a
65
+
source .env
66
+
set +a
67
+
```
61
68
62
69
- Run Docker compose up
63
70
64
71
```bash
65
-
docker-compose up
72
+
docker-compose -f docker-compose-hub.yml up
66
73
```
67
74
68
75
<strong>You can use the default email and password for your first login `[email protected]` and `password123`.</strong>
@@ -128,7 +135,7 @@ To see how to Contribute, visit [here](https://github.com/makeplane/plane/blob/m
128
135
129
136
The Plane community can be found on GitHub Discussions, where you can ask questions, voice ideas, and share your projects.
130
137
131
-
To chat with other community members you can join the [Plane Discord](https://discord.com/invite/q9HKAdau).
138
+
To chat with other community members you can join the [Plane Discord](https://discord.com/invite/A92xrEGCge).
132
139
133
140
Our [Code of Conduct](https://github.com/makeplane/plane/blob/master/CODE_OF_CONDUCT.md) applies to all Plane community channels.
0 commit comments