Compare commits
No commits in common. "9703fbb62dad7930619f670e006d4c53cb32dd7f" and "ecff52392630fd289cea47a6ea97747624807f41" have entirely different histories.
9703fbb62d
...
ecff523926
19
README.md
19
README.md
|
@ -1,21 +1,2 @@
|
|||
# homepage.js
|
||||
This is a rewrite of my current website to Express.JS.
|
||||
|
||||
# Running an instance
|
||||
|
||||
### Debug
|
||||
```bash
|
||||
cp .env.example .env
|
||||
APP_DEBUG=true sudo ./install
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
### Production
|
||||
Note: production instance is not production-ready yet, as it is still in development mode.
|
||||
|
||||
```bash
|
||||
cp .env.example .env
|
||||
echo "APP_DEBUG=false" >> .env # Or edit the file yourself
|
||||
sudo ./install
|
||||
docker-compose up -d
|
||||
```
|
|
@ -1,4 +0,0 @@
|
|||
User-Agent: *
|
||||
Disallow: /admin/*
|
||||
Disallow: /login
|
||||
Disallow: /guestbook/submit
|
Loading…
Reference in New Issue