Add authentication
This commit is contained in:
35
README.md
35
README.md
@@ -1,24 +1,17 @@
|
||||
# README
|
||||
Get up and running
|
||||
|
||||
This README would normally document whatever steps are necessary to get the
|
||||
application up and running.
|
||||
1. Clone the repo
|
||||
2. `bundle install`
|
||||
3. install any other dependencies you're missing or prompted for
|
||||
4. `rails db:create`
|
||||
5. if you don't have permissions
|
||||
|
||||
Things you may want to cover:
|
||||
```sh
|
||||
$ sudo -u postgres createuser <username>
|
||||
$ psql -U postgres
|
||||
postgres=# ALTER USER <username> CREATEDB;
|
||||
```
|
||||
|
||||
* Ruby version
|
||||
|
||||
* System dependencies
|
||||
|
||||
* Configuration
|
||||
|
||||
* Database creation
|
||||
|
||||
* Database initialization
|
||||
|
||||
* How to run the test suite
|
||||
|
||||
* Services (job queues, cache servers, search engines, etc.)
|
||||
|
||||
* Deployment instructions
|
||||
|
||||
* ...
|
||||
6. `rails db:migrate`
|
||||
7. `rails server`
|
||||
8. Open localhost:3000
|
||||
|
||||
Reference in New Issue
Block a user