update README
This commit is contained in:
parent
4feff06a2b
commit
59fe15d726
18
README.md
18
README.md
|
@ -3,21 +3,23 @@ curiousroamers' blog
|
|||
|
||||
# Installation
|
||||
|
||||
You need a postgresql databased called curiousroamers setup,
|
||||
You have to specify :
|
||||
You need a postgresql databased called curiousroamers setup
|
||||
|
||||
You have to specify in the .env file :
|
||||
- SESSION_SECRET
|
||||
- ACCESS_TOKEN_SECRET
|
||||
- DATABASE_PASSWORD
|
||||
in the .env file
|
||||
npm install
|
||||
npm run build
|
||||
npm start
|
||||
|
||||
Then :
|
||||
```npm install```
|
||||
```npm run build```
|
||||
```npm start```
|
||||
|
||||
If you wanna create an admin you gotta create a new UniqueLink row in the
|
||||
uniquelink table, Then go to localhost:3000/admin/signup/:uuid (:uuid being the
|
||||
uniquelink table, then go to localhost:3000/admin/signup/:uuid (:uuid being the
|
||||
UniqueLink row's uuid) to create an account.
|
||||
|
||||
The admin page is not very pretty at the moment cause it is not done.
|
||||
The admin page is not very pretty at the moment cause it's frontend ain't done.
|
||||
|
||||
I have a project of transforming this website into a simple blog CMS.
|
||||
|
||||
|
|
Loading…
Reference in New Issue