mirror of
https://github.com/ClaperCo/Claper.git
synced 2025-12-16 11:57:58 +01:00
Add more instructions
This commit is contained in:
14
README.md
14
README.md
@@ -89,6 +89,8 @@ To run Claper on your local environment you need to have:
|
|||||||
* Postgres >= 9
|
* Postgres >= 9
|
||||||
* Elixir >= 1.13.2
|
* Elixir >= 1.13.2
|
||||||
* Erland >= 24
|
* Erland >= 24
|
||||||
|
* NPM >= 6.14.17
|
||||||
|
* NodeJS >= 14.19.2
|
||||||
|
|
||||||
You can also use Docker to easily run a Postgres instance:
|
You can also use Docker to easily run a Postgres instance:
|
||||||
```sh
|
```sh
|
||||||
@@ -124,9 +126,17 @@ _(only if s3 is used)_ :
|
|||||||
```sh
|
```sh
|
||||||
mix ecto.migrate
|
mix ecto.migrate
|
||||||
```
|
```
|
||||||
4. Start Phoenix endpoint with
|
4. Install JS dependencies
|
||||||
```sh
|
```sh
|
||||||
mix phx.server
|
cd assets && npm i
|
||||||
|
```
|
||||||
|
5. Allow execution of startup file
|
||||||
|
```sh
|
||||||
|
chmod +x ./start.sh
|
||||||
|
```
|
||||||
|
6. Start Phoenix endpoint with
|
||||||
|
```sh
|
||||||
|
./start.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
|
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
|
||||||
|
|||||||
Reference in New Issue
Block a user