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 13:53:12 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fe45eaf834b21408823442cce120073628a141b4
fe45eaf8
1 parent
27c6aa0a
update readme.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
1 deletions
README.md
README.md
View file @
fe45eaf
...
...
@@ -7,7 +7,7 @@
| Name |Version |
| ------ | ------ |
| firefox | 100.0.2 |
| firefox | 100.0.2
or 101.0
|
| nodejs | 16.15.0 |
| npm | 8.10.0 |
| geckodriver | 0.31.0-linux64 |
...
...
@@ -29,6 +29,29 @@ 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
# Roadmap
...
...
Please
register
or
login
to post a comment