Toggle navigation
Toggle navigation
This project
Loading...
Sign in
신원형
/
study-or-enjoy
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
신원형
2022-06-09 20:36:42 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0b2e15a8f801b2a76a0d8fcb53cacc115dad59c5
0b2e15a8
1 parent
479ffbae
Added Firefox Installation
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
7 deletions
README.md
README.md
View file @
0b2e15a
...
...
@@ -4,13 +4,17 @@
*
조건에 맞는 목적지를 지도와 함께 전송합니다.
---
1.
[
Requirements
](
#requirements
)
2.
[
Installation
](
#Installation
)
3.
[
Usage
](
#Usage
)
4.
[
Roadmap
](
#Roadmap
)
5.
[
Contributing
](
#contributing
)
6.
[
License
](
#license
)
7.
[
Contact
](
#contact
)
-
[
About the Project
](
#about-the-project
)
-
[
Requirements
](
#requirements
)
-
[
Installation
](
#installation
)
-
[
Firefox Installation on AWS EC2
](
#firefox-installation-on-aws-ec2
)
-
[
Usage
](
#usage
)
-
[
일정이 있는 경우
](
#일정이-있는-경우
)
-
[
일정이 없는 경우
](
#일정이-없는-경우
)
-
[
Roadmap
](
#roadmap
)
-
[
Contributing
](
#contributing
)
-
[
License
](
#license
)
-
[
Contact
](
#contact
)
---
...
...
@@ -40,6 +44,30 @@ and add setting.json at root directory for channel access
"pw"
:
"<ECampus PW>"
}
```
## Firefox Installation on AWS EC2
```
sh
$
cd
/usr/local
$
wget http://ftp.mozilla.org/pub/firefox/releases/101.0/linux-x86_64/en-US/firefox-101.0.tar.bz2
$
tar xvjf firefox-101.0.tar.bz2
sudo ln -s /usr/local/firefox/firefox /usr/bin/firefox
```
Please Note that some amazon image requires to install dependency manually.
```
sh
$
sudo yum install libXinerama.x86_64 cups-libs dbus-glib
$
sudo yum install gtk3-devel
```
You can verify that installation is complete via
```
sh
$
firefox -v
```
# Usage
#### 일정이 있는 경우
<img
src =
"http://khuhub.khu.ac.kr/2018102202/study-or-enjoy/uploads/b63693903e41d13ce90107b24de4dd3c/assignment_1_.png"
width =
"250"
>
</img>
...
...
Please
register
or
login
to post a comment