Documentation
Documentation |
|
Yard |
Getting Start
1. Install docker
2. Install docker-compose
3. clone newsdict.io
$ git clone git@github.com:newsdict/newsdict.io.git $ git submodule update --init --recursive
4. .env
-
copy
.env-example
file to.env
file. -
Edit
ADMIN_USER_EMAIL
andADMIN_DEFALT_PASSWORD
-
ADMIN_USER_EMAIL
Initial superuser name -
ADMIN_DEFALT_PASSWORD
Initial superuser password
-
5. Start development server
-
Foreground
$ docker/start
-
Daemonize
$ docker/start -d
Test
$ docker/rails test -v
Story Point
Rails
-
1 ⇒ Change the wording of view. / Change the wording of locale.
-
2 ⇒ Change variable name in method. / Fixed a few lines using the rails feature.
-
3 ⇒ Modification using the function of the linked product. / Linking the method.
-
5 ⇒ Implementation of confirmed functions on Qiita and stack overflow etc… .
-
8 ⇒ Implementation of unique functions.
-
13 ⇒ Combination of implementation of original function and implementation of function with implementation procedure.
Infrastructure
-
5 ⇒ Replacement of standalone system.
-
8 ⇒ Medium-sized system replacement.
-
13 ⇒ Extensive system replacement.
Contributing
-
Fork the repository and run the examples from source
-
Find an issue to work on and submit a pull request
-
Could not find an issue? Look for bugs, typos, and missing features.